Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / ste-nomadik.txt
blob6256ec31666d51cb833c5d78ecfcf30293cefed2
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 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"
11 Boards with the Nomadik SoC include:
13 S8815 "MiniKit" manufactured by Calao Systems:
15 Required root node property:
17 compatible="calaosystems,usb-s8815";
19 Required node: usb-s8815
21 Example:
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                 };