[PATCH 1/2] dt-bindings: arm: bcm2835: Add Raspberry Pi 5 d0 Stepping
From: Gregor Herburger
Date: Mon Aug 03 2026 - 06:27:59 EST
Add the Raspberry Pi 5 d0 Stepping to the schema.
Signed-off-by: Gregor Herburger <gregor.herburger@xxxxxxxxxxxxx>
---
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