ARM: dts: rmobile: Add soc label to Gen3
[oweals/u-boot.git] / arch / arm / dts / exynos5250.dtsi
index ccbafe9b07d7500569c4be9a82f3cb57bdf5d322..502c687802ebfeb15c1d60b8f086cc6b399b9ee5 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2012 SAMSUNG Electronics
  * SAMSUNG EXYNOS5250 SoC device tree source
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include "exynos5.dtsi"
                interrupts = <0 47 0>;
        };
 
-       i2c@12ca0000 {
-               #address-cells = <1>;
-               #size-cells = <0>;
+       i2c_4: i2c@12CA0000 {
                compatible = "samsung,s3c2440-i2c";
                reg = <0x12CA0000 0x100>;
                interrupts = <0 60 0>;
-       };
-
-       i2c@12cb0000 {
                #address-cells = <1>;
                #size-cells = <0>;
+       };
+
+       i2c_5: i2c@12CB0000 {
                compatible = "samsung,s3c2440-i2c";
                reg = <0x12CB0000 0x100>;
                interrupts = <0 61 0>;
-       };
-
-       i2c@12cc0000 {
                #address-cells = <1>;
                #size-cells = <0>;
+       };
+
+       i2c_6: i2c@12CC0000 {
                compatible = "samsung,s3c2440-i2c";
                reg = <0x12CC0000 0x100>;
                interrupts = <0 62 0>;
-       };
-
-       i2c@12cd0000 {
                #address-cells = <1>;
                #size-cells = <0>;
+       };
+
+       i2c_7: i2c@12CD0000 {
                compatible = "samsung,s3c2440-i2c";
                reg = <0x12CD0000 0x100>;
                interrupts = <0 63 0>;
+               #address-cells = <1>;
+               #size-cells = <0>;
        };
 
        sound@3830000 {
                };
        };
 
+       pwm: pwm@12dd0000 {
+               compatible = "samsung,exynos4210-pwm";
+               reg = <0x12dd0000 0x100>;
+               samsung,pwm-outputs = <0>, <1>, <2>, <3>;
+               #pwm-cells = <3>;
+       };
+
 };