| Power Reset and Clock Manager lists the device clocks and clockdomains under |
| a DT hierarchy. Each TI SoC can have multiple PRCM entities listed for it, |
| each describing one module and the clock hierarchy under it. see [1] for |
| documentation about the individual clock/clockdomain nodes. |
| [1] Documentation/devicetree/bindings/clock/ti/* |
| - compatible: Must be one of: |
| - reg: Contains PRCM module register address range |
| (base address and length) |
| - clocks: clocks for this module |
| - clockdomains: clockdomains for this module |
| compatible = "ti,omap3-cm"; |
| reg = <0x48004000 0x4000>; |
| cm_clockdomains: clockdomains { |
| omap2_32k_fck: omap_32k_fck { |
| compatible = "fixed-clock"; |
| clock-frequency = <32768>; |
| core_l3_clkdm: core_l3_clkdm { |
| compatible = "ti,clockdomain"; |