hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/boot/dts/brcm/bcm6362.dtsi
....@@ -51,16 +51,22 @@
5151 compatible = "simple-bus";
5252 ranges;
5353
54
- periph_cntl: syscon@10000000 {
54
+ clkctl: clock-controller@10000004 {
55
+ compatible = "brcm,bcm6362-clocks";
56
+ reg = <0x10000004 0x4>;
57
+ #clock-cells = <1>;
58
+ };
59
+
60
+ periph_cntl: syscon@10000008 {
5561 compatible = "syscon";
56
- reg = <0x10000000 0x14>;
62
+ reg = <0x10000008 0x4>;
5763 native-endian;
5864 };
5965
6066 reboot: syscon-reboot@10000008 {
6167 compatible = "syscon-reboot";
6268 regmap = <&periph_cntl>;
63
- offset = <0x8>;
69
+ offset = <0x0>;
6470 mask = <0x1>;
6571 };
6672
....@@ -102,6 +108,12 @@
102108 status = "disabled";
103109 };
104110
111
+ periph_pwr: power-controller@10001848 {
112
+ compatible = "brcm,bcm6362-power-controller";
113
+ reg = <0x10001848 0x4>;
114
+ #power-domain-cells = <1>;
115
+ };
116
+
105117 leds0: led-controller@10001900 {
106118 #address-cells = <1>;
107119 #size-cells = <0>;