Skip to content

Commit

Permalink
ARM: dts: AM33XX: Add D_CAN device tree data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AnilKumar Ch authored and Benoit Cousson committed Oct 29, 2012
1 parent b552dfc commit 059b185
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 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 059b185

Please sign in to comment.