ARM: dts: AM35x: Add hecc node
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 17 Mar 2017 19:11:55 +0000 (12:11 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 17 Mar 2017 19:11:55 +0000 (12:11 -0700)
HECC node description for am35x SOCs

Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am3517.dtsi

index 9fe545dbfa89bb446b553506eb16bd51c4cc0f5f..00da3f2c4072d4d6a3a370e88b1acfa046b58efd 100644 (file)
@@ -13,6 +13,7 @@
 / {
        aliases {
                serial3 = &uart4;
+               can = &hecc;
        };
 
        ocp@68000000 {
                        pinctrl-single,register-width = <16>;
                        pinctrl-single,function-mask = <0xff1f>;
                };
+
+               hecc: can@5c050000 {
+                       compatible = "ti,am3517-hecc";
+                       status = "disabled";
+                       reg = <0x5c050000 0x80>,
+                             <0x5c053000 0x180>,
+                             <0x5c052000 0x200>;
+                       reg-names = "hecc", "hecc-ram", "mbx";
+                       interrupts = <24>;
+                       clocks = <&hecc_ck>;
+               };
        };
 };