hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/mips/boot/dts/brcm/bcm6368.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,bcm6368-clocks";
56
+ reg = <0x10000004 0x4>;
57
+ #clock-cells = <1>;
58
+ };
59
+
60
+ periph_cntl: syscon@100000008 {
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