phy: Add PHY header file for DT x Driver defines
[cascardo/linux.git] / Documentation / devicetree / bindings / arm / ste-nomadik.txt
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 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
11 Boards with the Nomadik SoC include:
12
13 S8815 "MiniKit" manufactured by Calao Systems:
14
15 Required root node property:
16
17 compatible="calaosystems,usb-s8815";
18
19 Required node: usb-s8815
20
21 Example:
22
23 usb-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 };