aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos4.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/exynos4.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos4.dtsi30
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index bd3b9b537976..e0278ecbc816 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -127,6 +127,12 @@
127 reg = <0x10440000 0x1000>; 127 reg = <0x10440000 0x1000>;
128 }; 128 };
129 129
130 pmu {
131 compatible = "arm,cortex-a9-pmu";
132 interrupt-parent = <&combiner>;
133 interrupts = <2 2>, <3 2>;
134 };
135
130 sys_reg: syscon@10010000 { 136 sys_reg: syscon@10010000 {
131 compatible = "samsung,exynos4-sysreg", "syscon"; 137 compatible = "samsung,exynos4-sysreg", "syscon";
132 reg = <0x10010000 0x400>; 138 reg = <0x10010000 0x400>;
@@ -326,6 +332,23 @@
326 clocks = <&clock CLK_USB_HOST>; 332 clocks = <&clock CLK_USB_HOST>;
327 clock-names = "usbhost"; 333 clock-names = "usbhost";
328 status = "disabled"; 334 status = "disabled";
335 #address-cells = <1>;
336 #size-cells = <0>;
337 port@0 {
338 reg = <0>;
339 phys = <&exynos_usbphy 1>;
340 status = "disabled";
341 };
342 port@1 {
343 reg = <1>;
344 phys = <&exynos_usbphy 2>;
345 status = "disabled";
346 };
347 port@2 {
348 reg = <2>;
349 phys = <&exynos_usbphy 3>;
350 status = "disabled";
351 };
329 }; 352 };
330 353
331 ohci@12590000 { 354 ohci@12590000 {
@@ -335,6 +358,13 @@
335 clocks = <&clock CLK_USB_HOST>; 358 clocks = <&clock CLK_USB_HOST>;
336 clock-names = "usbhost"; 359 clock-names = "usbhost";
337 status = "disabled"; 360 status = "disabled";
361 #address-cells = <1>;
362 #size-cells = <0>;
363 port@0 {
364 reg = <0>;
365 phys = <&exynos_usbphy 1>;
366 status = "disabled";
367 };
338 }; 368 };
339 369
340 i2s1: i2s@13960000 { 370 i2s1: i2s@13960000 {