mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
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>
This commit is contained in:
parent
c1ae3cfa0e
commit
a5e743c4ba
@ -13,6 +13,7 @@
|
|||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
serial3 = &uart4;
|
serial3 = &uart4;
|
||||||
|
can = &hecc;
|
||||||
};
|
};
|
||||||
|
|
||||||
ocp@68000000 {
|
ocp@68000000 {
|
||||||
@ -72,6 +73,17 @@
|
|||||||
pinctrl-single,register-width = <16>;
|
pinctrl-single,register-width = <16>;
|
||||||
pinctrl-single,function-mask = <0xff1f>;
|
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>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user