[PATCH v4 1/2] dt-bindings: arm: bcm2835: Add 2712-d0 Stepping
From: Gregor Herburger
Date: Mon Aug 10 2026 - 07:56:15 EST
The bcm2712 SoC, found on the Raspberry Pi 5, is available in a d
Stepping and in a c Stepping. The two steppings are not compatible.
Introduce a new SoC compatible string together with a new board
compatible string.
Signed-off-by: Gregor Herburger <gregor.herburger@xxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml b/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml
index 2729a542c4f35..7ad6583f7fae0 100644
--- a/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml
+++ b/Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml
@@ -29,6 +29,12 @@ properties:
- raspberrypi,5-model-b
- const: brcm,bcm2712
+ - description: BCM2712-d0 stepping based Boards
+ items:
+ - enum:
+ - raspberrypi,5-model-b-d0
+ - const: brcm,bcm2712-d0
+
- description: BCM2835 based Boards
items:
- enum:
--
2.47.3