| -------------------------------------------------------------------------- |
| = Zynq UltraScale+ MPSoC nvmem firmware driver binding = |
| -------------------------------------------------------------------------- |
| The nvmem_firmware node provides access to the hardware related data |
| like soc revision, IDCODE... etc, By using the firmware interface. |
| - compatible: should be "xlnx,zynqmp-nvmem-fw" |
| Are child nodes of silicon id, bindings of which as described in |
| zynqmp_firmware: zynqmp-firmware { |
| compatible = "xlnx,zynqmp-firmware"; |
| compatible = "xlnx,zynqmp-nvmem-fw"; |
| soc_revision: soc_revision { |
| Are device nodes which consume nvmem data cells. |
| nvmem-cells = <&soc_revision>; |
| nvmem-cell-names = "soc_revision"; |