hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/boot/dts/brcm/bcm63268.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,bcm63268-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
....@@ -111,6 +117,12 @@
111117 status = "disabled";
112118 };
113119
120
+ periph_pwr: power-controller@1000184c {
121
+ compatible = "brcm,bcm6328-power-controller";
122
+ reg = <0x1000184c 0x4>;
123
+ #power-domain-cells = <1>;
124
+ };
125
+
114126 ehci: usb@10002500 {
115127 compatible = "brcm,bcm63268-ehci", "generic-ehci";
116128 reg = <0x10002500 0x100>;