ALSA: timer: Limit max amount of slave instances
[linux-2.6-block.git] / Documentation / devicetree / bindings / arm / ste-nomadik.txt
CommitLineData
f8635abd
LW
1ST-Ericsson Nomadik Device Tree Bindings
2
3For various board the "board" node may contain specific properties
4that pertain to this particular board, such as board-specific GPIOs.
5
6e2b07a1
LW
6Required 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
f8635abd
LW
11Boards with the Nomadik SoC include:
12
451f2334
LW
13Nomadik NHK-15 board manufactured by ST Microelectronics:
14
15Required root node property:
16
17compatible="st,nomadik-nhk-15";
18
f8635abd
LW
19S8815 "MiniKit" manufactured by Calao Systems:
20
21Required root node property:
22
23compatible="calaosystems,usb-s8815";
24
25Required node: usb-s8815
26
27Example:
28
29usb-s8815 {
2ad6e398
LW
30 ethernet-gpio {
31 gpios = <&gpio3 19 0x1>;
32 interrupts = <19 0x1>;
33 interrupt-parent = <&gpio3>;
34 };
4fd243c6
LW
35 mmcsd-gpio {
36 gpios = <&gpio3 16 0x1>;
37 };
f8635abd 38};