forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/mips/boot/dts/brcm/bcm3368.dtsi
....@@ -51,16 +51,22 @@
5151 compatible = "simple-bus";
5252 ranges;
5353
54
- periph_cntl: syscon@fff8c000 {
54
+ clkctl: clock-controller@fff8c004 {
55
+ compatible = "brcm,bcm3368-clocks";
56
+ reg = <0xfff8c004 0x4>;
57
+ #clock-cells = <1>;
58
+ };
59
+
60
+ periph_cntl: syscon@fff8c008 {
5561 compatible = "syscon";
56
- reg = <0xfff8c000 0xc>;
62
+ reg = <0xfff8c008 0x4>;
5763 native-endian;
5864 };
5965
6066 reboot: syscon-reboot@fff8c008 {
6167 compatible = "syscon-reboot";
6268 regmap = <&periph_cntl>;
63
- offset = <0x8>;
69
+ offset = <0x0>;
6470 mask = <0x1>;
6571 };
6672