diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-02-23 17:19:28 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-03-08 10:06:44 +0300 |
commit | a7a16068ad9da8b5d0c75449a5d80ef3a4b01fd9 (patch) | |
tree | 1def34ff81ac96957523bbc43d95ebb353ae1df2 /Documentation/devicetree/bindings/arm | |
parent | 2250e0413b55f2c13bbdce3ccfde2e7d87bd77ac (diff) | |
download | linux-a7a16068ad9da8b5d0c75449a5d80ef3a4b01fd9.tar.xz |
dt-bindings: xilinx: Add description for ZynqMP
Record xlnx,zynqmp compatible string.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/xilinx.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/xilinx.txt b/Documentation/devicetree/bindings/arm/xilinx.txt index 1f7995357888..549e70a022cb 100644 --- a/Documentation/devicetree/bindings/arm/xilinx.txt +++ b/Documentation/devicetree/bindings/arm/xilinx.txt @@ -5,3 +5,13 @@ shall have the following properties. Required root node properties: - compatible = "xlnx,zynq-7000"; + +--------------------------------------------------------------- + +Xilinx Zynq UltraScale+ MPSoC Platforms Device Tree Bindings + +Boards with ZynqMP SOC based on an ARM Cortex A53 processor +shall have the following properties. + +Required root node properties: + - compatible = "xlnx,zynqmp"; |