diff options
| author | Thierry Reding <treding@nvidia.com> | 2020-07-14 12:37:30 +0300 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2020-07-14 12:37:30 +0300 |
| commit | 64c16f849afe342cbc5594c54ec9f1e2f1fcdacb (patch) | |
| tree | 2b73649e52c1ef159fa1973da48ea01a6e16ade0 | |
| parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) | |
| download | linux-64c16f849afe342cbc5594c54ec9f1e2f1fcdacb.tar.xz | |
dt-bindings: tegra: Document Jetson Xavier NX (and devkit)
Add the compatible strings for the Jetson Xavier NX and the
corresponding developer kit.
Signed-off-by: Thierry Reding <treding@nvidia.com>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/tegra.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml index 60b38eb5c61a..53845db64df1 100644 --- a/Documentation/devicetree/bindings/arm/tegra.yaml +++ b/Documentation/devicetree/bindings/arm/tegra.yaml @@ -101,3 +101,11 @@ properties: - enum: - nvidia,p2972-0000 - const: nvidia,tegra194 + - description: Jetson Xavier NX + items: + - const: nvidia,p3668-0000 + - const: nvidia,tegra194 + - description: Jetson Xavier NX Developer Kit + items: + - const: nvidia,p3509-0000+p3668-0000 + - const: nvidia,tegra194 |
