0001 ST-Ericsson Nomadik Device Tree Bindings
0002
0003 For various board the "board" node may contain specific properties
0004 that pertain to this particular board, such as board-specific GPIOs.
0005
0006 Required root node property: src
0007 - Nomadik System and reset controller used for basic chip control, clock
0008 and reset line control.
0009 - compatible: must be "stericsson,nomadik,src"
0010
0011 Boards with the Nomadik SoC include:
0012
0013 Nomadik NHK-15 board manufactured by ST Microelectronics:
0014
0015 Required root node property:
0016
0017 compatible="st,nomadik-nhk-15";
0018
0019 S8815 "MiniKit" manufactured by Calao Systems:
0020
0021 Required root node property:
0022
0023 compatible="calaosystems,usb-s8815";
0024
0025 Required node: usb-s8815
0026
0027 Example:
0028
0029 usb-s8815 {
0030 ethernet-gpio {
0031 gpios = <&gpio3 19 0x1>;
0032 interrupts = <19 0x1>;
0033 interrupt-parent = <&gpio3>;
0034 };
0035 mmcsd-gpio {
0036 gpios = <&gpio3 16 0x1>;
0037 };
0038 };