3 Power Reset and Clock Manager lists the device clocks and clockdomains under
4 a DT hierarchy. Each TI SoC can have multiple PRCM entities listed for it,
5 each describing one module and the clock hierarchy under it. see [1] for
6 documentation about the individual clock/clockdomain nodes.
8 [1] Documentation/devicetree/bindings/clock/ti/*
11 - compatible: Must be one of:
22 "ti,omap5-cm-core-aon"
30 - reg: Contains PRCM module register address range
31 (base address and length)
32 - clocks: clocks for this module
33 - clockdomains: clockdomains for this module
38 compatible = "ti,omap3-cm";
39 reg = <0x48004000 0x4000>;
46 cm_clockdomains: clockdomains {
51 omap2_32k_fck: omap_32k_fck {
53 compatible = "fixed-clock";
54 clock-frequency = <32768>;
59 core_l3_clkdm: core_l3_clkdm {
60 compatible = "ti,clockdomain";