Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339869
b: refs/heads/master
c: 059b185
h: refs/heads/master
i:
  339867: 02f69ef
v: v3
  • Loading branch information
AnilKumar Ch authored and Benoit Cousson committed Oct 29, 2012
1 parent 8bf37a2 commit 9d52ae9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b552dfc44bf4a34196b949bc81e937de461f4898
refs/heads/master: 059b185d5345825519ee9fd4afcb349856c34363
18 changes: 18 additions & 0 deletions trunk/arch/arm/boot/dts/am33xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -234,5 +234,23 @@
interrupt-parent = <&intc>;
interrupts = <91>;
};

dcan0: d_can@481cc000 {
compatible = "bosch,d_can";
ti,hwmods = "d_can0";
reg = <0x481cc000 0x2000>;
interrupts = <52>;
interrupt-parent = <&intc>;
status = "disabled";
};

dcan1: d_can@481d0000 {
compatible = "bosch,d_can";
ti,hwmods = "d_can1";
reg = <0x481d0000 0x2000>;
interrupts = <55>;
interrupt-parent = <&intc>;
status = "disabled";
};
};
};

0 comments on commit 9d52ae9

Please sign in to comment.