1 * Holt HI-311X stand-alone CAN controller devi 1 * Holt HI-311X stand-alone CAN controller device tree bindings 2 2 3 Required properties: 3 Required properties: 4 - compatible: Should be one of the following: 4 - compatible: Should be one of the following: 5 - "holt,hi3110" for HI-3110 5 - "holt,hi3110" for HI-3110 6 - reg: SPI chip select. 6 - reg: SPI chip select. 7 - clocks: The clock feeding the CAN controlle 7 - clocks: The clock feeding the CAN controller. 8 - interrupts: Should contain IRQ line for the 8 - interrupts: Should contain IRQ line for the CAN controller. 9 9 10 Optional properties: 10 Optional properties: 11 - vdd-supply: Regulator that powers the CAN c 11 - vdd-supply: Regulator that powers the CAN controller. 12 - xceiver-supply: Regulator that powers the C 12 - xceiver-supply: Regulator that powers the CAN transceiver. 13 13 14 Example: 14 Example: 15 can0: can@1 { 15 can0: can@1 { 16 compatible = "holt,hi3110"; 16 compatible = "holt,hi3110"; 17 reg = <1>; 17 reg = <1>; 18 clocks = <&clk32m>; 18 clocks = <&clk32m>; 19 interrupt-parent = <&gpio4>; 19 interrupt-parent = <&gpio4>; 20 interrupts = <13 IRQ_TYPE_LEVE 20 interrupts = <13 IRQ_TYPE_LEVEL_HIGH>; 21 vdd-supply = <®5v0>; 21 vdd-supply = <®5v0>; 22 xceiver-supply = <®5v0>; 22 xceiver-supply = <®5v0>; 23 }; 23 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.