Linus Walleij | f8635ab | 2013-01-05 00:29:31 +0100 | [diff] [blame] | 1 | ST-Ericsson Nomadik Device Tree Bindings |
| 2 | |
| 3 | For various board the "board" node may contain specific properties |
| 4 | that pertain to this particular board, such as board-specific GPIOs. |
| 5 | |
| 6 | Boards with the Nomadik SoC include: |
| 7 | |
| 8 | S8815 "MiniKit" manufactured by Calao Systems: |
| 9 | |
| 10 | Required root node property: |
| 11 | |
| 12 | compatible="calaosystems,usb-s8815"; |
| 13 | |
| 14 | Required node: usb-s8815 |
| 15 | |
| 16 | Example: |
| 17 | |
| 18 | usb-s8815 { |
Linus Walleij | 2ad6e39 | 2013-01-06 01:02:42 +0100 | [diff] [blame] | 19 | ethernet-gpio { |
| 20 | gpios = <&gpio3 19 0x1>; |
| 21 | interrupts = <19 0x1>; |
| 22 | interrupt-parent = <&gpio3>; |
| 23 | }; |
Linus Walleij | 4fd243c | 2013-01-06 01:47:29 +0100 | [diff] [blame] | 24 | mmcsd-gpio { |
| 25 | gpios = <&gpio3 16 0x1>; |
| 26 | }; |
Linus Walleij | f8635ab | 2013-01-05 00:29:31 +0100 | [diff] [blame] | 27 | }; |