Merge tag 'v3.17-rockchip-rk3288' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / exynos4x12.dtsi
index c4a9306f8529ab84ce3836781d1795b83c735e15..95cdfb9e7d59d86fd3b4474c7653c1cee8f391d3 100644 (file)
                mshc0 = &mshc_0;
        };
 
-       pmu {
-               compatible = "arm,cortex-a9-pmu";
-               interrupt-parent = <&combiner>;
-               interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
+       sysram@02020000 {
+               compatible = "mmio-sram";
+               reg = <0x02020000 0x40000>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0 0x02020000 0x40000>;
+
+               smp-sysram@0 {
+                       compatible = "samsung,exynos4210-sysram";
+                       reg = <0x0 0x1000>;
+               };
+
+               smp-sysram@2f000 {
+                       compatible = "samsung,exynos4210-sysram-ns";
+                       reg = <0x2f000 0x1000>;
+               };
        };
 
        pd_isp: isp-power-domain@10023CA0 {
                interrupts = <0 72 0>;
        };
 
+       pmu_system_controller: system-controller@10020000 {
+               compatible = "samsung,exynos4212-pmu", "syscon";
+       };
+
        g2d@10800000 {
                compatible = "samsung,exynos4212-g2d";
                reg = <0x10800000 0x1000>;
                clock-names = "biu", "ciu";
                status = "disabled";
        };
+
+       exynos-usbphy@125B0000 {
+               compatible = "samsung,exynos4x12-usb2-phy";
+               samsung,sysreg-phandle = <&sys_reg>;
+       };
 };