diff options
author | AnilKumar Ch <anilkumar@ti.com> | 2012-09-19 17:19:27 -0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-10-29 11:56:26 -0400 |
commit | 059b185d5345825519ee9fd4afcb349856c34363 (patch) | |
tree | 3c048dd19279596c9a8e1b92539d4f1d783a3a48 | |
parent | b552dfc44bf4a34196b949bc81e937de461f4898 (diff) |
ARM: dts: AM33XX: Add D_CAN device tree data
Add Bosch D_CAN controller device tree data to AM33XX dtsi
file by adding d_can device nodes with all the necessary
parameters.
Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 894fec6d9ef6..64c2efe3be92 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -234,5 +234,23 @@ | |||
234 | interrupt-parent = <&intc>; | 234 | interrupt-parent = <&intc>; |
235 | interrupts = <91>; | 235 | interrupts = <91>; |
236 | }; | 236 | }; |
237 | |||
238 | dcan0: d_can@481cc000 { | ||
239 | compatible = "bosch,d_can"; | ||
240 | ti,hwmods = "d_can0"; | ||
241 | reg = <0x481cc000 0x2000>; | ||
242 | interrupts = <52>; | ||
243 | interrupt-parent = <&intc>; | ||
244 | status = "disabled"; | ||
245 | }; | ||
246 | |||
247 | dcan1: d_can@481d0000 { | ||
248 | compatible = "bosch,d_can"; | ||
249 | ti,hwmods = "d_can1"; | ||
250 | reg = <0x481d0000 0x2000>; | ||
251 | interrupts = <55>; | ||
252 | interrupt-parent = <&intc>; | ||
253 | status = "disabled"; | ||
254 | }; | ||
237 | }; | 255 | }; |
238 | }; | 256 | }; |