Commit 059b185d authored by AnilKumar Ch's avatar AnilKumar Ch Committed by Benoit Cousson

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: default avatarAnilKumar Ch <anilkumar@ti.com>
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent b552dfc4
...@@ -234,5 +234,23 @@ wdt2: wdt@44e35000 { ...@@ -234,5 +234,23 @@ wdt2: wdt@44e35000 {
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
interrupts = <91>; 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";
};
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment