.. | .. |
---|
51 | 51 | compatible = "simple-bus"; |
---|
52 | 52 | ranges; |
---|
53 | 53 | |
---|
| 54 | + clkctl: clock-controller@10000004 { |
---|
| 55 | + compatible = "brcm,bcm6328-clocks"; |
---|
| 56 | + reg = <0x10000004 0x4>; |
---|
| 57 | + #clock-cells = <1>; |
---|
| 58 | + }; |
---|
| 59 | + |
---|
54 | 60 | periph_intc: interrupt-controller@10000020 { |
---|
55 | 61 | compatible = "brcm,bcm6345-l1-intc"; |
---|
56 | 62 | reg = <0x10000020 0x10>, |
---|
.. | .. |
---|
104 | 110 | status = "disabled"; |
---|
105 | 111 | }; |
---|
106 | 112 | |
---|
| 113 | + periph_pwr: power-controller@10001848 { |
---|
| 114 | + compatible = "brcm,bcm6328-power-controller"; |
---|
| 115 | + reg = <0x10001848 0x4>; |
---|
| 116 | + #power-domain-cells = <1>; |
---|
| 117 | + }; |
---|
| 118 | + |
---|
107 | 119 | ehci: usb@10002500 { |
---|
108 | 120 | compatible = "brcm,bcm6328-ehci", "generic-ehci"; |
---|
109 | 121 | reg = <0x10002500 0x100>; |
---|