1ST-Ericsson Nomadik Device Tree Bindings 2 3For various board the "board" node may contain specific properties 4that pertain to this particular board, such as board-specific GPIOs. 5 6Required root node property: src 7- Nomadik System and reset controller used for basic chip control, clock 8 and reset line control. 9- compatible: must be "stericsson,nomadik,src" 10 11Boards with the Nomadik SoC include: 12 13S8815 "MiniKit" manufactured by Calao Systems: 14 15Required root node property: 16 17compatible="calaosystems,usb-s8815"; 18 19Required node: usb-s8815 20 21Example: 22 23usb-s8815 { 24 ethernet-gpio { 25 gpios = <&gpio3 19 0x1>; 26 interrupts = <19 0x1>; 27 interrupt-parent = <&gpio3>; 28 }; 29 mmcsd-gpio { 30 gpios = <&gpio3 16 0x1>; 31 }; 32}; 33