hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/boot/dts/brcm/bcm6328.dtsi
....@@ -51,6 +51,12 @@
5151 compatible = "simple-bus";
5252 ranges;
5353
54
+ clkctl: clock-controller@10000004 {
55
+ compatible = "brcm,bcm6328-clocks";
56
+ reg = <0x10000004 0x4>;
57
+ #clock-cells = <1>;
58
+ };
59
+
5460 periph_intc: interrupt-controller@10000020 {
5561 compatible = "brcm,bcm6345-l1-intc";
5662 reg = <0x10000020 0x10>,
....@@ -104,6 +110,12 @@
104110 status = "disabled";
105111 };
106112
113
+ periph_pwr: power-controller@10001848 {
114
+ compatible = "brcm,bcm6328-power-controller";
115
+ reg = <0x10001848 0x4>;
116
+ #power-domain-cells = <1>;
117
+ };
118
+
107119 ehci: usb@10002500 {
108120 compatible = "brcm,bcm6328-ehci", "generic-ehci";
109121 reg = <0x10002500 0x100>;