diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-03-17 12:11:55 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-17 12:11:55 -0700 |
commit | a5e743c4ba9cb4a2ded420da9b53b772f7c61b6a (patch) | |
tree | 03a203e09549b196e62484d1b8f69db4b34026f0 /arch | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
download | linux-a5e743c4ba9cb4a2ded420da9b53b772f7c61b6a.tar.gz linux-a5e743c4ba9cb4a2ded420da9b53b772f7c61b6a.tar.bz2 linux-a5e743c4ba9cb4a2ded420da9b53b772f7c61b6a.zip |
ARM: dts: AM35x: Add hecc node
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/am3517.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi index 9fe545dbfa89..00da3f2c4072 100644 --- a/arch/arm/boot/dts/am3517.dtsi +++ b/arch/arm/boot/dts/am3517.dtsi @@ -13,6 +13,7 @@ / { aliases { serial3 = &uart4; + can = &hecc; }; ocp@68000000 { @@ -72,6 +73,17 @@ 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>; + }; }; }; |