[PATCH 1/2] dt-bindings: arm: bcm2835: Add Raspberry Pi 5 d0 Stepping

Gregor Herburger gregor.herburger at linutronix.de
Mon Aug 3 03:06:41 PDT 2026


Add the Raspberry Pi 5 d0 Stepping to the schema.

Signed-off-by: Gregor Herburger <gregor.herburger at linutronix.de>
---
 Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml b/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml
index 2729a542c4f3..43729a887f84 100644
--- a/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml
+++ b/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml
@@ -25,8 +25,15 @@ properties:
 
       - description: BCM2712 based Boards
         items:
-          - enum:
-              - raspberrypi,5-model-b
+          oneOf:
+            - enum:
+                - raspberrypi,5-model-b
+            - const: brcm,bcm2712
+
+      - description: BCM2712 based Boards d0 stepping
+        items:
+          - const: raspberrypi,5-model-b-d0
+          - const: raspberrypi,5-model-b
           - const: brcm,bcm2712
 
       - description: BCM2835 based Boards

-- 
2.47.3




More information about the linux-arm-kernel mailing list