From: Ravi Patel Date: Wed, 19 Nov 2025 13:13:00 +0000 (+0530) Subject: dt-bindings: arm: axis: Add ARTPEC-9 alfred board X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b43a16c48fe761480ddb0312e6727d0f5fb0b4a;p=thirdparty%2Flinux.git dt-bindings: arm: axis: Add ARTPEC-9 alfred board Document the Axis ARTPEC-9 SoC binding and the alfred board which uses ARTPEC-9 SoC. Signed-off-by: Ravi Patel Acked-by: Conor Dooley Link: https://patch.msgid.link/20251119131302.79088-2-ravi.patel@samsung.com Signed-off-by: Krzysztof Kozlowski --- diff --git a/Documentation/devicetree/bindings/arm/axis.yaml b/Documentation/devicetree/bindings/arm/axis.yaml index 63e9aca85db7a..3062901196a69 100644 --- a/Documentation/devicetree/bindings/arm/axis.yaml +++ b/Documentation/devicetree/bindings/arm/axis.yaml @@ -31,6 +31,12 @@ properties: - axis,artpec8-grizzly - const: axis,artpec8 + - description: Axis ARTPEC-9 SoC board + items: + - enum: + - axis,artpec9-alfred + - const: axis,artpec9 + additionalProperties: true ...