diff options
Diffstat (limited to 'Documentation/devicetree')
10 files changed, 126 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-edac.txt b/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-edac.txt new file mode 100644 index 000000000000..d0ce01da5c59 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-edac.txt | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Altera SOCFPGA SDRAM Error Detection & Correction [EDAC] | ||
| 2 | The EDAC accesses a range of registers in the SDRAM controller. | ||
| 3 | |||
| 4 | Required properties: | ||
| 5 | - compatible : should contain "altr,sdram-edac"; | ||
| 6 | - altr,sdr-syscon : phandle of the sdr module | ||
| 7 | - interrupts : Should contain the SDRAM ECC IRQ in the | ||
| 8 | appropriate format for the IRQ controller. | ||
| 9 | |||
| 10 | Example: | ||
| 11 | sdramedac { | ||
| 12 | compatible = "altr,sdram-edac"; | ||
| 13 | altr,sdr-syscon = <&sdr>; | ||
| 14 | interrupts = <0 39 4>; | ||
| 15 | }; | ||
diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt new file mode 100644 index 000000000000..7eece72b1a35 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/amlogic.txt | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | Amlogic MesonX device tree bindings | ||
| 2 | ------------------------------------------- | ||
| 3 | |||
| 4 | Boards with the Amlogic Meson6 SoC shall have the following properties: | ||
| 5 | |||
| 6 | Required root node property: | ||
| 7 | |||
| 8 | compatible = "amlogic,meson6"; | ||
diff --git a/Documentation/devicetree/bindings/arm/geniatech.txt b/Documentation/devicetree/bindings/arm/geniatech.txt new file mode 100644 index 000000000000..74ccba40b73b --- /dev/null +++ b/Documentation/devicetree/bindings/arm/geniatech.txt | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | Geniatech platforms device tree bindings | ||
| 2 | ------------------------------------------- | ||
| 3 | |||
| 4 | Geniatech ATV1200 | ||
| 5 | - compatible = "geniatech,atv1200" | ||
diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt index d6ac71f37314..fa252261dfaf 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.txt +++ b/Documentation/devicetree/bindings/arm/mediatek.txt | |||
| @@ -6,3 +6,9 @@ Required root node property: | |||
| 6 | 6 | ||
| 7 | compatible: must contain "mediatek,mt6589" | 7 | compatible: must contain "mediatek,mt6589" |
| 8 | 8 | ||
| 9 | |||
| 10 | Supported boards: | ||
| 11 | |||
| 12 | - bq Aquaris5 smart phone: | ||
| 13 | Required root node properties: | ||
| 14 | - compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589"; | ||
diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt index 0edc90305dfe..ddd9bcdf889c 100644 --- a/Documentation/devicetree/bindings/arm/omap/omap.txt +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt | |||
| @@ -85,6 +85,18 @@ SoCs: | |||
| 85 | - DRA722 | 85 | - DRA722 |
| 86 | compatible = "ti,dra722", "ti,dra72", "ti,dra7" | 86 | compatible = "ti,dra722", "ti,dra72", "ti,dra7" |
| 87 | 87 | ||
| 88 | - AM5728 | ||
| 89 | compatible = "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7" | ||
| 90 | |||
| 91 | - AM5726 | ||
| 92 | compatible = "ti,am5726", "ti,dra742", "ti,dra74", "ti,dra7" | ||
| 93 | |||
| 94 | - AM5718 | ||
| 95 | compatible = "ti,am5718", "ti,dra722", "ti,dra72", "ti,dra7" | ||
| 96 | |||
| 97 | - AM5716 | ||
| 98 | compatible = "ti,am5716", "ti,dra722", "ti,dra72", "ti,dra7" | ||
| 99 | |||
| 88 | - AM4372 | 100 | - AM4372 |
| 89 | compatible = "ti,am4372", "ti,am43" | 101 | compatible = "ti,am4372", "ti,am43" |
| 90 | 102 | ||
diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt new file mode 100644 index 000000000000..51147cb5c036 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/shmobile.txt | |||
| @@ -0,0 +1,71 @@ | |||
| 1 | Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings | ||
| 2 | -------------------------------------------------------------------- | ||
| 3 | |||
| 4 | SoCs: | ||
| 5 | |||
| 6 | - Emma Mobile EV2 | ||
| 7 | compatible = "renesas,emev2" | ||
| 8 | - RZ/A1H (R7S72100) | ||
| 9 | compatible = "renesas,r7s72100" | ||
| 10 | - SH-Mobile AP4 (R8A73720/SH7372) | ||
| 11 | compatible = "renesas,sh7372" | ||
| 12 | - SH-Mobile AG5 (R8A73A00/SH73A0) | ||
| 13 | compatible = "renesas,sh73a0" | ||
| 14 | - R-Mobile APE6 (R8A73A40) | ||
| 15 | compatible = "renesas,r8a73a4" | ||
| 16 | - R-Mobile A1 (R8A77400) | ||
| 17 | compatible = "renesas,r8a7740" | ||
| 18 | - R-Car M1A (R8A77781) | ||
| 19 | compatible = "renesas,r8a7778" | ||
| 20 | - R-Car H1 (R8A77790) | ||
| 21 | compatible = "renesas,r8a7779" | ||
| 22 | - R-Car H2 (R8A77900) | ||
| 23 | compatible = "renesas,r8a7790" | ||
| 24 | - R-Car M2-W (R8A77910) | ||
| 25 | compatible = "renesas,r8a7791" | ||
| 26 | - R-Car V2H (R8A77920) | ||
| 27 | compatible = "renesas,r8a7792" | ||
| 28 | - R-Car M2-N (R8A77930) | ||
| 29 | compatible = "renesas,r8a7793" | ||
| 30 | - R-Car E2 (R8A77940) | ||
| 31 | compatible = "renesas,r8a7794" | ||
| 32 | |||
| 33 | |||
| 34 | Boards: | ||
| 35 | |||
| 36 | - Alt | ||
| 37 | compatible = "renesas,alt", "renesas,r8a7794" | ||
| 38 | - APE6-EVM | ||
| 39 | compatible = "renesas,ape6evm", "renesas,r8a73a4" | ||
| 40 | - APE6-EVM - Reference Device Tree Implementation | ||
| 41 | compatible = "renesas,ape6evm-reference", "renesas,r8a73a4" | ||
| 42 | - Atmark Techno Armadillo-800 EVA | ||
| 43 | compatible = "renesas,armadillo800eva" | ||
| 44 | - BOCK-W | ||
| 45 | compatible = "renesas,bockw", "renesas,r8a7778" | ||
| 46 | - BOCK-W - Reference Device Tree Implementation | ||
| 47 | compatible = "renesas,bockw-reference", "renesas,r8a7778" | ||
| 48 | - Genmai (RTK772100BC00000BR) | ||
| 49 | compatible = "renesas,genmai", "renesas,r7s72100" | ||
| 50 | - Gose | ||
| 51 | compatible = "renesas,gose", "renesas,r8a7793" | ||
| 52 | - Henninger | ||
| 53 | compatible = "renesas,henninger", "renesas,r8a7791" | ||
| 54 | - Koelsch (RTP0RC7791SEB00010S) | ||
| 55 | compatible = "renesas,koelsch", "renesas,r8a7791" | ||
| 56 | - Kyoto Microcomputer Co. KZM-A9-Dual | ||
| 57 | compatible = "renesas,kzm9d", "renesas,emev2" | ||
| 58 | - Kyoto Microcomputer Co. KZM-A9-GT | ||
| 59 | compatible = "renesas,kzm9g", "renesas,sh73a0" | ||
| 60 | - Kyoto Microcomputer Co. KZM-A9-GT - Reference Device Tree Implementation | ||
| 61 | compatible = "renesas,kzm9g-reference", "renesas,sh73a0" | ||
| 62 | - Lager (RTP0RC7790SEB00010S) | ||
| 63 | compatible = "renesas,lager", "renesas,r8a7790" | ||
| 64 | - Mackerel (R0P7372LC0016RL, AP4 EVM 2nd) | ||
| 65 | compatible = "renesas,mackerel" | ||
| 66 | - Marzen | ||
| 67 | compatible = "renesas,marzen", "renesas,r8a7779" | ||
| 68 | |||
| 69 | Note: Reference Device Tree Implementations are temporary implementations | ||
| 70 | to ease the migration from platform devices to Device Tree, and are | ||
| 71 | intended to be removed in the future. | ||
diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt index 6af570ec53b4..5af3d9df6ecb 100644 --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt | |||
| @@ -44,7 +44,7 @@ dallas,ds1775 Tiny Digital Thermometer and Thermostat | |||
| 44 | dallas,ds3232 Extremely Accurate I²C RTC with Integrated Crystal and SRAM | 44 | dallas,ds3232 Extremely Accurate I²C RTC with Integrated Crystal and SRAM |
| 45 | dallas,ds4510 CPU Supervisor with Nonvolatile Memory and Programmable I/O | 45 | dallas,ds4510 CPU Supervisor with Nonvolatile Memory and Programmable I/O |
| 46 | dallas,ds75 Digital Thermometer and Thermostat | 46 | dallas,ds75 Digital Thermometer and Thermostat |
| 47 | dialog,da9053 DA9053: flexible system level PMIC with multicore support | 47 | dlg,da9053 DA9053: flexible system level PMIC with multicore support |
| 48 | epson,rx8025 High-Stability. I2C-Bus INTERFACE REAL TIME CLOCK MODULE | 48 | epson,rx8025 High-Stability. I2C-Bus INTERFACE REAL TIME CLOCK MODULE |
| 49 | epson,rx8581 I2C-BUS INTERFACE REAL TIME CLOCK MODULE | 49 | epson,rx8581 I2C-BUS INTERFACE REAL TIME CLOCK MODULE |
| 50 | fsl,mag3110 MAG3110: Xtrinsic High Accuracy, 3D Magnetometer | 50 | fsl,mag3110 MAG3110: Xtrinsic High Accuracy, 3D Magnetometer |
diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt index 9455fd0ec830..6fbba53a309b 100644 --- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt +++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt | |||
| @@ -17,7 +17,9 @@ Example: | |||
| 17 | 17 | ||
| 18 | pcie@0x01000000 { | 18 | pcie@0x01000000 { |
| 19 | compatible = "fsl,imx6q-pcie", "snps,dw-pcie"; | 19 | compatible = "fsl,imx6q-pcie", "snps,dw-pcie"; |
| 20 | reg = <0x01ffc000 0x4000>; | 20 | reg = <0x01ffc000 0x04000>, |
