aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/brcm/bcm7425.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm7425.dtsi')
-rw-r--r--arch/mips/boot/dts/brcm/bcm7425.dtsi22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm7425.dtsi b/arch/mips/boot/dts/brcm/bcm7425.dtsi
index c1c15edaf829..9ab65d64e948 100644
--- a/arch/mips/boot/dts/brcm/bcm7425.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm7425.dtsi
@@ -40,6 +40,12 @@
40 #clock-cells = <0>; 40 #clock-cells = <0>;
41 clock-frequency = <81000000>; 41 clock-frequency = <81000000>;
42 }; 42 };
43
44 upg_clk: upg_clk {
45 compatible = "fixed-clock";
46 #clock-cells = <0>;
47 clock-frequency = <27000000>;
48 };
43 }; 49 };
44 50
45 rdb { 51 rdb {
@@ -209,6 +215,22 @@
209 status = "disabled"; 215 status = "disabled";
210 }; 216 };
211 217
218 pwma: pwm@406580 {
219 compatible = "brcm,bcm7038-pwm";
220 reg = <0x406580 0x28>;
221 #pwm-cells = <2>;
222 clocks = <&upg_clk>;
223 status = "disabled";
224 };
225
226 pwmb: pwm@406800 {
227 compatible = "brcm,bcm7038-pwm";
228 reg = <0x406800 0x28>;
229 #pwm-cells = <2>;
230 clocks = <&upg_clk>;
231 status = "disabled";
232 };
233
212 enet0: ethernet@b80000 { 234 enet0: ethernet@b80000 {
213 phy-mode = "internal"; 235 phy-mode = "internal";
214 phy-handle = <&phy1>; 236 phy-handle = <&phy1>;