1 Allwinner A10/A20 CAN controller Device Tree Bindings
2 -----------------------------------------------------
5 - compatible: "allwinner,sun4i-a10-can"
6 - reg: physical base address and size of the Allwinner A10/A20 CAN register map.
7 - interrupts: interrupt specifier for the sole interrupt.
8 - clock: phandle and clock specifier.
13 SoC common .dtsi file:
16 allwinner,pins = "PH20","PH21";
17 allwinner,function = "can";
18 allwinner,drive = <0>;
23 compatible = "allwinner,sun4i-a10-can";
24 reg = <0x01c2bc00 0x400>;
25 interrupts = <0 26 4>;
26 clocks = <&apb1_gates 4>;
30 Board specific .dts file:
33 pinctrl-names = "default";
34 pinctrl-0 = <&can0_pins_a>;