allwinner,sunxi-sid.txt 482 B

123456789101112131415161718192021
  1. Allwinner sunxi-sid
  2. Required properties:
  3. - compatible: "allwinner,sun4i-a10-sid" or "allwinner,sun7i-a20-sid"
  4. - reg: Should contain registers location and length
  5. = Data cells =
  6. Are child nodes of qfprom, bindings of which as described in
  7. bindings/nvmem/nvmem.txt
  8. Example for sun4i:
  9. sid@01c23800 {
  10. compatible = "allwinner,sun4i-a10-sid";
  11. reg = <0x01c23800 0x10>
  12. };
  13. Example for sun7i:
  14. sid@01c23800 {
  15. compatible = "allwinner,sun7i-a20-sid";
  16. reg = <0x01c23800 0x200>
  17. };