Devicetree
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: misc: Add binding for BCM63138 BootLUT
@ 2025-06-08 18:37 Shankari Anand
  2025-06-10  6:20 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Shankari Anand @ 2025-06-08 18:37 UTC (permalink / raw)
  To: devicetree; +Cc: Shankari Anand

Add a device tree binding schema for the Broadcom BCM63138 BootLUT node.
This binding specifies required properties for the boot lookup table used
for secondary CPU initialization on BCM63138 SoCs, including 'compatible'
and 'reg' properties.

Signed-off-by: Shankari Anand <shankari.ak0208@gmail.com>
---
 .../bindings/misc/brcm,bcm63138-bootlut.yaml  | 35 +++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/misc/brcm,bcm63138-bootlut.yaml

diff --git a/Documentation/devicetree/bindings/misc/brcm,bcm63138-bootlut.yaml b/Documentation/devicetree/bindings/misc/brcm,bcm63138-bootlut.yaml
new file mode 100644
index 000000000000..af4b879ba6bc
--- /dev/null
+++ b/Documentation/devicetree/bindings/misc/brcm,bcm63138-bootlut.yaml
@@ -0,0 +1,35 @@
+# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/misc/brcm,bcm63138-bootlut.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Broadcom BCM63138 Boot Lookup Table
+
+maintainers:
+  - William Zhang <william.zhang@broadcom.com>
+
+description: |
+  This describes the Boot Lookup Table (BootLUT) region for the BCM63138
+  SoC. It is used for secondary CPU initialization.
+
+properties:
+  compatible:
+    const: brcm,bcm63138-bootlut
+
+  reg:
+    maxItems: 1
+
+required:
+  - compatible
+  - reg
+
+additionalProperties: false
+
+examples:
+  - |
+    bootlut: bootlut@8000 {
+      compatible = "brcm,bcm63138-bootlut";
+      reg = <0x8000 0x50>;
+    };
+...
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-10  6:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-08 18:37 [PATCH v2] dt-bindings: misc: Add binding for BCM63138 BootLUT Shankari Anand
2025-06-10  6:20 ` Krzysztof Kozlowski
2025-06-10  6:48   ` Shankari Anand
2025-06-10  6:55     ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox