Commit a10ecf62 authored by Rob Herring's avatar Rob Herring Committed by Shawn Guo

dt-bindings: arm: fsl: Add missing schemas for i.MX1/31/35

The SoC/board bindings for i.MX1/31/35 are undocumented. Add the missing
bindings to the schema.

Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f37545c5
...@@ -15,6 +15,13 @@ properties: ...@@ -15,6 +15,13 @@ properties:
const: '/' const: '/'
compatible: compatible:
oneOf: oneOf:
- description: i.MX1 based Boards
items:
- enum:
- armadeus,imx1-apf9328
- fsl,imx1ads
- const: fsl,imx1
- description: i.MX23 based Boards - description: i.MX23 based Boards
items: items:
- enum: - enum:
...@@ -51,6 +58,25 @@ properties: ...@@ -51,6 +58,25 @@ properties:
- const: i2se,duckbill-2 - const: i2se,duckbill-2
- const: fsl,imx28 - const: fsl,imx28
- description: i.MX31 based Boards
items:
- enum:
- buglabs,imx31-bug
- logicpd,imx31-lite
- const: fsl,imx31
- description: i.MX35 based Boards
items:
- enum:
- fsl,imx35-pdk
- const: fsl,imx35
- description: i.MX35 Eukrea CPUIMX35 Board
items:
- const: eukrea,mbimxsd35-baseboard
- const: eukrea,cpuimx35
- const: fsl,imx35
- description: i.MX50 based Boards - description: i.MX50 based Boards
items: items:
- enum: - enum:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment