Commit 0a382be0 authored by Lorenzo Bianconi's avatar Lorenzo Bianconi Committed by Stephen Boyd

dt-bindings: clock: airoha: add EN7581 binding

Introduce Airoha EN7581 entry in Airoha EN7523 clock binding
Signed-off-by: default avatarLorenzo Bianconi <lorenzo@kernel.org>
Link: https://lore.kernel.org/r/99734deb28889e685a764da94418f68b55ee3bdc.1712399981.git.lorenzo@kernel.orgReviewed-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 4cece764
...@@ -29,10 +29,13 @@ description: | ...@@ -29,10 +29,13 @@ description: |
properties: properties:
compatible: compatible:
items: items:
- const: airoha,en7523-scu - enum:
- airoha,en7523-scu
- airoha,en7581-scu
reg: reg:
maxItems: 2 minItems: 2
maxItems: 3
"#clock-cells": "#clock-cells":
description: description:
...@@ -45,6 +48,30 @@ required: ...@@ -45,6 +48,30 @@ required:
- reg - reg
- '#clock-cells' - '#clock-cells'
allOf:
- if:
properties:
compatible:
const: airoha,en7523-scu
then:
properties:
reg:
items:
- description: scu base address
- description: misc scu base address
- if:
properties:
compatible:
const: airoha,en7581-scu
then:
properties:
reg:
items:
- description: scu base address
- description: misc scu base address
- description: pb scu base address
additionalProperties: false additionalProperties: false
examples: examples:
......
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