IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / ste-nomadik.txt
blob19bca04b81c91c3dab487177f88a3057dd991f92
1 ST-Ericsson Nomadik Device Tree Bindings
3 For various board the "board" node may contain specific properties
4 that pertain to this particular board, such as board-specific GPIOs.
6 Boards with the Nomadik SoC include:
8 S8815 "MiniKit" manufactured by Calao Systems:
10 Required root node property:
12 compatible="calaosystems,usb-s8815";
14 Required node: usb-s8815
16 Example:
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                 };