.. | .. |
---|
51 | 51 | compatible = "simple-bus"; |
---|
52 | 52 | ranges; |
---|
53 | 53 | |
---|
54 | | - periph_cntl: syscon@10000000 { |
---|
| 54 | + clkctl: clock-controller@10000004 { |
---|
| 55 | + compatible = "brcm,bcm63268-clocks"; |
---|
| 56 | + reg = <0x10000004 0x4>; |
---|
| 57 | + #clock-cells = <1>; |
---|
| 58 | + }; |
---|
| 59 | + |
---|
| 60 | + periph_cntl: syscon@10000008 { |
---|
55 | 61 | compatible = "syscon"; |
---|
56 | | - reg = <0x10000000 0x14>; |
---|
| 62 | + reg = <0x10000008 0x4>; |
---|
57 | 63 | native-endian; |
---|
58 | 64 | }; |
---|
59 | 65 | |
---|
60 | 66 | reboot: syscon-reboot@10000008 { |
---|
61 | 67 | compatible = "syscon-reboot"; |
---|
62 | 68 | regmap = <&periph_cntl>; |
---|
63 | | - offset = <0x8>; |
---|
| 69 | + offset = <0x0>; |
---|
64 | 70 | mask = <0x1>; |
---|
65 | 71 | }; |
---|
66 | 72 | |
---|
.. | .. |
---|
111 | 117 | status = "disabled"; |
---|
112 | 118 | }; |
---|
113 | 119 | |
---|
| 120 | + periph_pwr: power-controller@1000184c { |
---|
| 121 | + compatible = "brcm,bcm6328-power-controller"; |
---|
| 122 | + reg = <0x1000184c 0x4>; |
---|
| 123 | + #power-domain-cells = <1>; |
---|
| 124 | + }; |
---|
| 125 | + |
---|
114 | 126 | ehci: usb@10002500 { |
---|
115 | 127 | compatible = "brcm,bcm63268-ehci", "generic-ehci"; |
---|
116 | 128 | reg = <0x10002500 0x100>; |
---|