aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/brcm/bcm7362.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm7362.dtsi')
-rw-r--r--arch/mips/boot/dts/brcm/bcm7362.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm7362.dtsi b/arch/mips/boot/dts/brcm/bcm7362.dtsi
index 6b4713add4b8..3bd1c0111d43 100644
--- a/arch/mips/boot/dts/brcm/bcm7362.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm7362.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 {
@@ -190,6 +196,14 @@
190 status = "disabled"; 196 status = "disabled";
191 }; 197 };
192 198
199 pwma: pwm@406400 {
200 compatible = "brcm,bcm7038-pwm";
201 reg = <0x406400 0x28>;
202 #pwm-cells = <2>;
203 clocks = <&upg_clk>;
204 status = "disabled";
205 };
206
193 enet0: ethernet@430000 { 207 enet0: ethernet@430000 {
194 phy-mode = "internal"; 208 phy-mode = "internal";
195 phy-handle = <&phy1>; 209 phy-handle = <&phy1>;