diff options
author | Thierry Reding <[email protected]> | 2020-09-17 12:07:42 +0200 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2020-09-18 15:54:43 +0200 |
commit | b0e0423cfabc1eb407baee52cabbd9df2830feb0 (patch) | |
tree | 2690a1d4ac4c7739f467cf22e0a5abf392aa2a2f | |
parent | c9e43d13f02785c5dc53ff62c6c94d6df8c6f978 (diff) |
dt-bindings: tegra: Add Tegra234 VDK compatible
The NVIDIA Tegra234 VDK is a simulation platform for the Orin SoC. It
supports a subset of the peripherals that will be available in the final
chip and serves as a bootstrapping platform.
Reviewed-by: Jon Hunter <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml index e0b3debaee9e..85006ca503a7 100644 --- a/Documentation/devicetree/bindings/arm/tegra.yaml +++ b/Documentation/devicetree/bindings/arm/tegra.yaml @@ -119,3 +119,7 @@ properties: items: - const: nvidia,p3509-0000+p3668-0000 - const: nvidia,tegra194 + - items: + - enum: + - nvidia,tegra234-vdk + - const: nvidia,tegra234 |