1 --------------------------------------------------------------------------
2 = Zynq UltraScale+ MPSoC nvmem firmware driver binding =
3 --------------------------------------------------------------------------
4 The nvmem_firmware node provides access to the hardware related data
5 like soc revision, IDCODE... etc, By using the firmware interface.
8 - compatible: should be "xlnx,zynqmp-nvmem-fw"
11 Are child nodes of silicon id, bindings of which as described in
12 bindings/nvmem/nvmem.txt
18 zynqmp_firmware: zynqmp-firmware {
19 compatible = "xlnx,zynqmp-firmware";
23 compatible = "xlnx,zynqmp-nvmem-fw";
28 soc_revision: soc_revision {
36 Are device nodes which consume nvmem data cells.
42 nvmem-cells = <&soc_revision>;
43 nvmem-cell-names = "soc_revision";