diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/ste-nomadik.txt | 27 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra.txt | 32 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/mtd/fsmc-nand.txt | 2 |
3 files changed, 54 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/arm/ste-nomadik.txt b/Documentation/devicetree/bindings/arm/ste-nomadik.txt new file mode 100644 index 000000000000..19bca04b81c9 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/ste-nomadik.txt | |||
@@ -0,0 +1,27 @@ | |||
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 | }; | ||
diff --git a/Documentation/devicetree/bindings/arm/tegra.txt b/Documentation/devicetree/bindings/arm/tegra.txt index 6e69d2e5e766..ed9c85334436 100644 --- a/Documentation/devicetree/bindings/arm/tegra.txt +++ b/Documentation/devicetree/bindings/arm/tegra.txt | |||
@@ -1,14 +1,34 @@ | |||
1 | NVIDIA Tegra device tree bindings | 1 | NVIDIA Tegra device tree bindings |
2 | ------------------------------------------- | 2 | ------------------------------------------- |
3 | 3 | ||
4 | Boards with the tegra20 SoC shall have the following properties: | 4 | SoCs |
5 | ------------------------------------------- | ||
5 | 6 | ||
6 | Required root node property: | 7 | Each device tree must specify which Tegra SoC it uses, using one of the |
8 | following compatible values: | ||
7 | 9 | ||
8 | compatible = "nvidia,tegra20"; | 10 | nvidia,tegra20 |
11 | nvidia,tegra30 | ||
9 | 12 | ||
10 | Boards with the tegra30 SoC shall have the following properties: | 13 | Boards |
14 | ------------------------------------------- | ||
11 | 15 | ||
12 | Required root node property: | 16 | Each device tree must specify which one or more of the following |
17 | board-specific compatible values: | ||
13 | 18 | ||
14 | compatible = "nvidia,tegra30"; | 19 | ad,medcom-wide |
20 | ad,plutux | ||
21 | ad,tamonten | ||
22 | ad,tec | ||
23 | compal,paz00 | ||
24 | compulab,trimslice | ||
25 | nvidia,beaver | ||
26 | nvidia,cardhu | ||
27 | nvidia,cardhu-a02 | ||
28 | nvidia,cardhu-a04 | ||
29 | nvidia,harmony | ||
30 | nvidia,seaboard | ||
31 | nvidia,ventana | ||
32 | nvidia,whistler | ||
33 | toradex,colibri_t20-512 | ||
34 | toradex,iris | ||
diff --git a/Documentation/devicetree/bindings/mtd/fsmc-nand.txt b/Documentation/devicetree/bindings/mtd/fsmc-nand.txt index e3ea32e7de3e..2240ac09f6ba 100644 --- a/Documentation/devicetree/bindings/mtd/fsmc-nand.txt +++ b/Documentation/devicetree/bindings/mtd/fsmc-nand.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | * FSMC NAND | 1 | * FSMC NAND |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible : "st,spear600-fsmc-nand" | 4 | - compatible : "st,spear600-fsmc-nand", "stericsson,fsmc-nand" |
5 | - reg : Address range of the mtd chip | 5 | - reg : Address range of the mtd chip |
6 | - reg-names: Should contain the reg names "fsmc_regs", "nand_data", "nand_addr" and "nand_cmd" | 6 | - reg-names: Should contain the reg names "fsmc_regs", "nand_data", "nand_addr" and "nand_cmd" |
7 | 7 | ||