]> Git Repo - linux.git/commitdiff
dt-bindings: firmware: xilinx: Describe soc-nvmem subnode
authorMichal Simek <[email protected]>
Wed, 31 Jan 2024 09:17:28 +0000 (10:17 +0100)
committerMichal Simek <[email protected]>
Tue, 6 Feb 2024 07:01:32 +0000 (08:01 +0100)
Describe soc-nvmem subnode as the part of firmware node. The name can't be
pure nvmem because dt-schema already defines it as array property that's
why different name should be used.

Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/24fe6adbf2424360618e8f5ca541ebfd8bb0723e.1706692641.git.michal.simek@amd.com
Signed-off-by: Michal Simek <[email protected]>
Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml

index 7586fbff7ad6f799a4aeb14d6eb36e9e4568f28a..ab8f32c440dfa905f9979feb7ef6104988cac960 100644 (file)
@@ -62,6 +62,12 @@ properties:
       interface.
     type: object
 
+  soc-nvmem:
+    $ref: /schemas/nvmem/xlnx,zynqmp-nvmem.yaml#
+    description: The ZynqMP MPSoC provides access to the hardware related data
+      like SOC revision, IDCODE and specific purpose efuses.
+    type: object
+
   pcap:
     $ref: /schemas/fpga/xlnx,zynqmp-pcap-fpga.yaml
     description: The ZynqMP SoC uses the PCAP (Processor Configuration Port) to
@@ -110,6 +116,18 @@ examples:
     firmware {
       zynqmp_firmware: zynqmp-firmware {
         #power-domain-cells = <1>;
+        soc-nvmem {
+          compatible = "xlnx,zynqmp-nvmem-fw";
+          nvmem-layout {
+            compatible = "fixed-layout";
+            #address-cells = <1>;
+            #size-cells = <1>;
+
+            soc_revision: soc-revision@0 {
+                reg = <0x0 0x4>;
+            };
+          };
+        };
         gpio {
           compatible = "xlnx,zynqmp-gpio-modepin";
           gpio-controller;
This page took 0.063944 seconds and 4 git commands to generate.