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 | |
Linus Walleij | 6e2b07a | 2013-04-16 21:38:29 +0200 | [diff] [blame] | 6 | Required 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 | |
Linus Walleij | f8635ab | 2013-01-05 00:29:31 +0100 | [diff] [blame] | 11 | Boards with the Nomadik SoC include: |
| 12 | |
Linus Walleij | 451f233 | 2014-10-09 22:10:35 +0200 | [diff] [blame] | 13 | Nomadik NHK-15 board manufactured by ST Microelectronics: |
| 14 | |
| 15 | Required root node property: |
| 16 | |
| 17 | compatible="st,nomadik-nhk-15"; |
| 18 | |
Linus Walleij | f8635ab | 2013-01-05 00:29:31 +0100 | [diff] [blame] | 19 | S8815 "MiniKit" manufactured by Calao Systems: |
| 20 | |
| 21 | Required root node property: |
| 22 | |
| 23 | compatible="calaosystems,usb-s8815"; |
| 24 | |
| 25 | Required node: usb-s8815 |
| 26 | |
| 27 | Example: |
| 28 | |
| 29 | usb-s8815 { |
Linus Walleij | 2ad6e39 | 2013-01-06 01:02:42 +0100 | [diff] [blame] | 30 | ethernet-gpio { |
| 31 | gpios = <&gpio3 19 0x1>; |
| 32 | interrupts = <19 0x1>; |
| 33 | interrupt-parent = <&gpio3>; |
| 34 | }; |
Linus Walleij | 4fd243c | 2013-01-06 01:47:29 +0100 | [diff] [blame] | 35 | mmcsd-gpio { |
| 36 | gpios = <&gpio3 16 0x1>; |
| 37 | }; |
Linus Walleij | f8635ab | 2013-01-05 00:29:31 +0100 | [diff] [blame] | 38 | }; |