tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.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 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 {
19                 ethernet-gpio {
20                         gpios = <&gpio3 19 0x1>;
21                         interrupts = <19 0x1>;
22                         interrupt-parent = <&gpio3>;
23                 };
24                 mmcsd-gpio {
25                         gpios = <&gpio3 16 0x1>;
26                 };
27 };