[PATCH v3 1/8] dt-bindings: arm: axiado: add AX3005 EVK
Swark Yang <[email protected]>
| Newsgroups | gmane.linux.drivers.i2c,gmane.linux.drivers.devicetree,gmane.linux.ports.arm.kernel,gmane.linux.kernel,gmane.linux.kernel.gpio,gmane.linux.serial,gmane.linux.kernel.spi.devel,gmane.linux.usb.general |
|---|---|
| Message-ID | <20260716-upstream-axiado-ax3005-upstream-v3-1-c429095143ec@axiado.com> |
Add device tree binding schema for the Axiado AX3005 SoC and its associated evaluation board. This binding will be used for the board-level DTS files that support the AX3005 platforms. Acked-by: Conor Dooley <[email protected]> Signed-off-by: Swark Yang <[email protected]> --- Documentation/devicetree/bindings/arm/axiado.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/axiado.yaml b/Documentation/devicetree/bindings/arm/axiado.yaml index bfabe7b32e65..008d2b1d4e62 100644 --- a/Documentation/devicetree/bindings/arm/axiado.yaml +++ b/Documentation/devicetree/bindings/arm/axiado.yaml @@ -20,4 +20,10 @@ properties: - axiado,ax3000-evk # Axiado AX3000 Evaluation Board - const: axiado,ax3000 # Axiado AX3000 SoC + - description: AX3005 based boards + items: + - enum: + - axiado,ax3005-evk # Axiado AX3005 Evaluation Board + - const: axiado,ax3005 # Axiado AX3005 SoC + additionalProperties: true -- 2.34.1