blob: 19bca04b81c91c3dab487177f88a3057dd991f92 [file] [log] [blame]
Linus Walleijf8635ab2013-01-05 00:29:31 +01001ST-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
6Boards with the Nomadik SoC include:
7
8S8815 "MiniKit" manufactured by Calao Systems:
9
10Required root node property:
11
12compatible="calaosystems,usb-s8815";
13
14Required node: usb-s8815
15
16Example:
17
18usb-s8815 {
Linus Walleij2ad6e392013-01-06 01:02:42 +010019 ethernet-gpio {
20 gpios = <&gpio3 19 0x1>;
21 interrupts = <19 0x1>;
22 interrupt-parent = <&gpio3>;
23 };
Linus Walleij4fd243c2013-01-06 01:47:29 +010024 mmcsd-gpio {
25 gpios = <&gpio3 16 0x1>;
26 };
Linus Walleijf8635ab2013-01-05 00:29:31 +010027};