diff options
author | Mathew McBride <matt@traverse.com.au> | 2021-08-10 08:38:27 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-08-14 08:52:36 +0300 |
commit | 0fdedc09af18d231aa581331821c9ab6ef0903f1 (patch) | |
tree | 63a777249dd882f2e5e642ecaebdb40fc8c799a0 /Documentation/devicetree/bindings | |
parent | 94f84698437591e218f8b449a56fd065408d636e (diff) | |
download | linux-0fdedc09af18d231aa581331821c9ab6ef0903f1.tar.xz |
dt-bindings: arm: fsl: Add Traverse Ten64 (LS1088A) board
Document the compatible for the Ten64 board which will
be included as freescale/fsl-ls1088a-ten64.dtb in arm64.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index e48344a0fc41..60f4862ba15e 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -996,6 +996,12 @@ properties: - fsl,s32v234-evb # S32V234-EVB2 Customer Evaluation Board - const: fsl,s32v234 + - description: Traverse LS1088A based Boards + items: + - enum: + - traverse,ten64 # Ten64 Networking Appliance / Board + - const: fsl,ls1088a + additionalProperties: true ... |