mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
dt-bindings: soc: xilinx: Add support for K24, KR260 and KD240 CCs
The commit7a4c31ee87("arm64: zynqmp: Add support for Xilinx Kria SOM board") has added support for k26 and kv260 and the commitdbcd27526e("dt-bindings: soc: xilinx: Add support for KV260 CC") has added support for KV260 and this is follow up patch for adding description for k24 SOM, KR260 (robotics platform) and KD240 (driver platform). The bootflow is the same that's why for more information please take a look at above commits. The KD240 kit is based on smaller k24 SOM with only 2GB of memory. Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/8ff66d0dc4e0de6f239c25d43a2a96b4224305e8.1752837842.git.michal.simek@amd.com
This commit is contained in:
parent
f4c3831ba8
commit
2b0bff8c69
|
|
@ -116,6 +116,36 @@ properties:
|
|||
- const: xlnx,zynqmp-zcu111
|
||||
- const: xlnx,zynqmp
|
||||
|
||||
- description: Xilinx Kria SOMs K24
|
||||
minItems: 3
|
||||
items:
|
||||
enum:
|
||||
- xlnx,zynqmp-sm-k24-rev1
|
||||
- xlnx,zynqmp-sm-k24-revB
|
||||
- xlnx,zynqmp-sm-k24-revA
|
||||
- xlnx,zynqmp-sm-k24
|
||||
- xlnx,zynqmp
|
||||
allOf:
|
||||
- contains:
|
||||
const: xlnx,zynqmp
|
||||
- contains:
|
||||
const: xlnx,zynqmp-sm-k24
|
||||
|
||||
- description: Xilinx Kria SOMs K24 (starter)
|
||||
minItems: 3
|
||||
items:
|
||||
enum:
|
||||
- xlnx,zynqmp-smk-k24-rev1
|
||||
- xlnx,zynqmp-smk-k24-revB
|
||||
- xlnx,zynqmp-smk-k24-revA
|
||||
- xlnx,zynqmp-smk-k24
|
||||
- xlnx,zynqmp
|
||||
allOf:
|
||||
- contains:
|
||||
const: xlnx,zynqmp
|
||||
- contains:
|
||||
const: xlnx,zynqmp-smk-k24
|
||||
|
||||
- description: Xilinx Kria SOMs
|
||||
minItems: 3
|
||||
items:
|
||||
|
|
@ -148,6 +178,57 @@ properties:
|
|||
- contains:
|
||||
const: xlnx,zynqmp-smk-k26
|
||||
|
||||
- description: Xilinx Kria SOM KD240 revA/B/1
|
||||
minItems: 3
|
||||
items:
|
||||
enum:
|
||||
- xlnx,zynqmp-sk-kd240-rev1
|
||||
- xlnx,zynqmp-sk-kd240-revB
|
||||
- xlnx,zynqmp-sk-kd240-revA
|
||||
- xlnx,zynqmp-sk-kd240
|
||||
- xlnx,zynqmp
|
||||
allOf:
|
||||
- contains:
|
||||
const: xlnx,zynqmp-sk-kd240-revA
|
||||
- contains:
|
||||
const: xlnx,zynqmp-sk-kd240
|
||||
- contains:
|
||||
const: xlnx,zynqmp
|
||||
|
||||
- description: Xilinx Kria SOM KR260 revA/Y/Z
|
||||
minItems: 3
|
||||
items:
|
||||
enum:
|
||||
- xlnx,zynqmp-sk-kr260-revA
|
||||
- xlnx,zynqmp-sk-kr260-revY
|
||||
- xlnx,zynqmp-sk-kr260-revZ
|
||||
- xlnx,zynqmp-sk-kr260
|
||||
- xlnx,zynqmp
|
||||
allOf:
|
||||
- contains:
|
||||
const: xlnx,zynqmp-sk-kr260-revA
|
||||
- contains:
|
||||
const: xlnx,zynqmp-sk-kr260
|
||||
- contains:
|
||||
const: xlnx,zynqmp
|
||||
|
||||
- description: Xilinx Kria SOM KR260 rev2/1/B
|
||||
minItems: 3
|
||||
items:
|
||||
enum:
|
||||
- xlnx,zynqmp-sk-kr260-rev2
|
||||
- xlnx,zynqmp-sk-kr260-rev1
|
||||
- xlnx,zynqmp-sk-kr260-revB
|
||||
- xlnx,zynqmp-sk-kr260
|
||||
- xlnx,zynqmp
|
||||
allOf:
|
||||
- contains:
|
||||
const: xlnx,zynqmp-sk-kr260-revB
|
||||
- contains:
|
||||
const: xlnx,zynqmp-sk-kr260
|
||||
- contains:
|
||||
const: xlnx,zynqmp
|
||||
|
||||
- description: Xilinx Kria SOM KV260 revA/Y/Z
|
||||
minItems: 3
|
||||
items:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user