mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
dt-bindings: PCI: uniphier-ep: Add bindings for NX1 SoC
Update PCI endpoint binding document for UniPhier NX1 SoC. Add a compatible string, clock and reset lines for the SoC to the document. Link: https://lore.kernel.org/r/1644480596-20037-2-git-send-email-hayashi.kunihiko@socionext.com Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Reviewed-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
e783362eb5
commit
f28b24042b
1 changed files with 15 additions and 7 deletions
|
@ -20,7 +20,9 @@ allOf:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
const: socionext,uniphier-pro5-pcie-ep
|
||||
enum:
|
||||
- socionext,uniphier-pro5-pcie-ep
|
||||
- socionext,uniphier-nx1-pcie-ep
|
||||
|
||||
reg:
|
||||
minItems: 4
|
||||
|
@ -41,20 +43,26 @@ properties:
|
|||
- const: atu
|
||||
|
||||
clocks:
|
||||
minItems: 1
|
||||
maxItems: 2
|
||||
|
||||
clock-names:
|
||||
items:
|
||||
- const: gio
|
||||
- const: link
|
||||
oneOf:
|
||||
- items: # for Pro5
|
||||
- const: gio
|
||||
- const: link
|
||||
- const: link # for NX1
|
||||
|
||||
resets:
|
||||
minItems: 1
|
||||
maxItems: 2
|
||||
|
||||
reset-names:
|
||||
items:
|
||||
- const: gio
|
||||
- const: link
|
||||
oneOf:
|
||||
- items: # for Pro5
|
||||
- const: gio
|
||||
- const: link
|
||||
- const: link # for NX1
|
||||
|
||||
num-ib-windows:
|
||||
const: 16
|
||||
|
|
Loading…
Add table
Reference in a new issue