oxnas,stdclk.txt 782 B

123456789101112131415161718192021222324252627282930313233343536
  1. Oxford Semiconductor OXNAS SoC Family Standard Clocks
  2. ================================================
  3. Please also refer to clock-bindings.txt in this directory for common clock
  4. bindings usage.
  5. Required properties:
  6. - compatible: Should be "oxsemi,ox810se-stdclk"
  7. - #clock-cells: 1, see below
  8. Parent node should have the following properties :
  9. - compatible: Should be "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd"
  10. For OX810SE, the clock indices are :
  11. - 0: LEON
  12. - 1: DMA_SGDMA
  13. - 2: CIPHER
  14. - 3: SATA
  15. - 4: AUDIO
  16. - 5: USBMPH
  17. - 6: ETHA
  18. - 7: PCIA
  19. - 8: NAND
  20. example:
  21. sys: sys-ctrl@000000 {
  22. compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd";
  23. reg = <0x000000 0x100000>;
  24. stdclk: stdclk {
  25. compatible = "oxsemi,ox810se-stdclk";
  26. #clock-cells = <1>;
  27. };
  28. };