hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/boot/dts/brcm/bcm6358.dtsi
....@@ -51,16 +51,22 @@
5151 compatible = "simple-bus";
5252 ranges;
5353
54
- periph_cntl: syscon@fffe0000 {
54
+ clkctl: clock-controller@fffe0004 {
55
+ compatible = "brcm,bcm6358-clocks";
56
+ reg = <0xfffe0004 0x4>;
57
+ #clock-cells = <1>;
58
+ };
59
+
60
+ periph_cntl: syscon@fffe0008 {
5561 compatible = "syscon";
56
- reg = <0xfffe0000 0xc>;
62
+ reg = <0xfffe0008 0x4>;
5763 native-endian;
5864 };
5965
6066 reboot: syscon-reboot@fffe0008 {
6167 compatible = "syscon-reboot";
6268 regmap = <&periph_cntl>;
63
- offset = <0x8>;
69
+ offset = <0x0>;
6470 mask = <0x1>;
6571 };
6672