aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/brcm/bcm7360.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm7360.dtsi')
-rw-r--r--arch/mips/boot/dts/brcm/bcm7360.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm7360.dtsi b/arch/mips/boot/dts/brcm/bcm7360.dtsi
index 1c0c3d438c7a..e414af1e14ff 100644
--- a/arch/mips/boot/dts/brcm/bcm7360.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm7360.dtsi
@@ -34,6 +34,12 @@
34 #clock-cells = <0>; 34 #clock-cells = <0>;
35 clock-frequency = <81000000>; 35 clock-frequency = <81000000>;
36 }; 36 };
37
38 upg_clk: upg_clk {
39 compatible = "fixed-clock";
40 #clock-cells = <0>;
41 clock-frequency = <27000000>;
42 };
37 }; 43 };
38 44
39 rdb { 45 rdb {
@@ -194,6 +200,14 @@
194 status = "disabled"; 200 status = "disabled";
195 }; 201 };
196 202
203 pwma: pwm@406400 {
204 compatible = "brcm,bcm7038-pwm";
205 reg = <0x406400 0x28>;
206 #pwm-cells = <2>;
207 clocks = <&upg_clk>;
208 status = "disabled";
209 };
210
197 enet0: ethernet@430000 { 211 enet0: ethernet@430000 {
198 phy-mode = "internal"; 212 phy-mode = "internal";
199 phy-handle = <&phy1>; 213 phy-handle = <&phy1>;