All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1525997810-10964-2-git-send-email-festevam@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 3649c81..a698ae9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,7 +3,7 @@ From: Fabio Estevam <fabio.estevam@nxp.com>
 Remove unit-address and reg property from pinctrl subnodes to fix
 the following DTC warnings with W=1:
 
-arch/arm/boot/dts/imx28-apf28dev.dtb: Warning (unique_unit_address): /apb at 80000000/apbh at 80000000/pinctrl at 80018000/hog at 0: duplicate unit-address (also used in node /apb at 80000000/apbh at 80000000
+arch/arm/boot/dts/imx28-apf28dev.dtb: Warning (unique_unit_address): /apb@80000000/apbh@80000000/pinctrl@80018000/hog@0: duplicate unit-address (also used in node /apb@80000000/apbh@80000000
 
 Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
 ---
@@ -41,7 +41,7 @@ index c4fadbc..53ed2e2 100644
  				pinctrl-names = "default";
  				pinctrl-0 = <&hog_pins_apf28dev>;
  
--				hog_pins_apf28dev: hog at 0 {
+-				hog_pins_apf28dev: hog@0 {
 -					reg = <0>;
 +				hog_pins_apf28dev: hog {
  					fsl,pinmux-ids = <
@@ -51,7 +51,7 @@ index c4fadbc..53ed2e2 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_apf28dev: lcdif-apf28dev at 0 {
+-				lcdif_pins_apf28dev: lcdif-apf28dev@0 {
 -					reg = <0>;
 +				lcdif_pins_apf28dev: lcdif-apf28dev {
  					fsl,pinmux-ids = <
@@ -61,7 +61,7 @@ index c4fadbc..53ed2e2 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				usb0_otg_apf28dev: otg-apf28dev at 0 {
+-				usb0_otg_apf28dev: otg-apf28dev@0 {
 -					reg = <0>;
 +				usb0_otg_apf28dev: otg-apf28dev {
  					fsl,pinmux-ids = <
@@ -75,7 +75,7 @@ index 96faa53..e8447af 100644
  				pinctrl-names = "default";
  				pinctrl-0 = <&hog_pins_a>;
  
--				hog_pins_a: hog at 0 {
+-				hog_pins_a: hog@0 {
 -					reg = <0>;
 +				hog_pins_a: hog {
  					fsl,pinmux-ids = <
@@ -85,7 +85,7 @@ index 96faa53..e8447af 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_apx4: lcdif-apx4 at 0 {
+-				lcdif_pins_apx4: lcdif-apx4@0 {
 -					reg = <0>;
 +				lcdif_pins_apx4: lcdif-apx4 {
  					fsl,pinmux-ids = <
@@ -95,7 +95,7 @@ index 96faa53..e8447af 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mmc2_4bit_pins_apx4: mmc2-4bit-apx4 at 0 {
+-				mmc2_4bit_pins_apx4: mmc2-4bit-apx4@0 {
 -					reg = <0>;
 +				mmc2_4bit_pins_apx4: mmc2-4bit-apx4 {
  					fsl,pinmux-ids = <
@@ -105,7 +105,7 @@ index 96faa53..e8447af 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				mmc2_sck_cfg_apx4: mmc2-sck-cfg-apx4 at 0 {
+-				mmc2_sck_cfg_apx4: mmc2-sck-cfg-apx4@0 {
 -					reg = <0>;
 +				mmc2_sck_cfg_apx4: mmc2-sck-cfg-apx4 {
  					fsl,pinmux-ids = <
@@ -116,10 +116,10 @@ index e54f5ab..cc0205b 100644
 --- a/arch/arm/boot/dts/imx28-cfa10036.dts
 +++ b/arch/arm/boot/dts/imx28-cfa10036.dts
 @@ -23,8 +23,7 @@
- 	apb at 80000000 {
- 		apbh at 80000000 {
- 			pinctrl at 80018000 {
--				ssd1306_cfa10036: ssd1306-10036 at 0 {
+ 	apb@80000000 {
+ 		apbh@80000000 {
+ 			pinctrl@80018000 {
+-				ssd1306_cfa10036: ssd1306-10036@0 {
 -					reg = <0>;
 +				ssd1306_cfa10036: ssd1306-10036 {
  					fsl,pinmux-ids = <
@@ -129,7 +129,7 @@ index e54f5ab..cc0205b 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				led_pins_cfa10036: leds-10036 at 0 {
+-				led_pins_cfa10036: leds-10036@0 {
 -					reg = <0>;
 +				led_pins_cfa10036: leds-10036 {
  					fsl,pinmux-ids = <
@@ -139,7 +139,7 @@ index e54f5ab..cc0205b 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				usb0_otg_cfa10036: otg-10036 at 0 {
+-				usb0_otg_cfa10036: otg-10036@0 {
 -					reg = <0>;
 +				usb0_otg_cfa10036: otg-10036 {
  					fsl,pinmux-ids = <
@@ -149,7 +149,7 @@ index e54f5ab..cc0205b 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mmc_pwr_cfa10036: mmc_pwr_cfa10036 at 0 {
+-				mmc_pwr_cfa10036: mmc_pwr_cfa10036@0 {
 -					reg = <0>;
 +				mmc_pwr_cfa10036: mmc_pwr_cfa10036 {
  					fsl,pinmux-ids = <
@@ -160,9 +160,9 @@ index 3d13b32..e373aee 100644
 --- a/arch/arm/boot/dts/imx28-cfa10037.dts
 +++ b/arch/arm/boot/dts/imx28-cfa10037.dts
 @@ -22,8 +22,7 @@
- 	apb at 80000000 {
- 		apbh at 80000000 {
- 			pinctrl at 80018000 {
+ 	apb@80000000 {
+ 		apbh@80000000 {
+ 			pinctrl@80018000 {
 -				usb_pins_cfa10037: usb-10037@0 {
 -					reg = <0>;
 +				usb_pins_cfa10037: usb-10037 {
@@ -173,7 +173,7 @@ index 3d13b32..e373aee 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_pins_cfa10037: mac0-10037 at 0 {
+-				mac0_pins_cfa10037: mac0-10037@0 {
 -					reg = <0>;
 +				mac0_pins_cfa10037: mac0-10037 {
  					fsl,pinmux-ids = <
@@ -184,10 +184,10 @@ index 60e5c7f..fbc4cb4 100644
 --- a/arch/arm/boot/dts/imx28-cfa10049.dts
 +++ b/arch/arm/boot/dts/imx28-cfa10049.dts
 @@ -87,8 +87,7 @@
- 	apb at 80000000 {
- 		apbh at 80000000 {
- 			pinctrl at 80018000 {
--				usb_pins_cfa10049: usb-10049 at 0 {
+ 	apb@80000000 {
+ 		apbh@80000000 {
+ 			pinctrl@80018000 {
+-				usb_pins_cfa10049: usb-10049@0 {
 -					reg = <0>;
 +				usb_pins_cfa10049: usb-10049 {
  					fsl,pinmux-ids = <
@@ -197,7 +197,7 @@ index 60e5c7f..fbc4cb4 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				i2cmux_pins_cfa10049: i2cmux-10049 at 0 {
+-				i2cmux_pins_cfa10049: i2cmux-10049@0 {
 -					reg = <0>;
 +				i2cmux_pins_cfa10049: i2cmux-10049 {
  					fsl,pinmux-ids = <
@@ -207,7 +207,7 @@ index 60e5c7f..fbc4cb4 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_pins_cfa10049: mac0-10049 at 0 {
+-				mac0_pins_cfa10049: mac0-10049@0 {
 -					reg = <0>;
 +				mac0_pins_cfa10049: mac0-10049 {
  					fsl,pinmux-ids = <
@@ -217,7 +217,7 @@ index 60e5c7f..fbc4cb4 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				pca_pins_cfa10049: pca-10049 at 0 {
+-				pca_pins_cfa10049: pca-10049@0 {
 -					reg = <0>;
 +				pca_pins_cfa10049: pca-10049 {
  					fsl,pinmux-ids = <
@@ -227,7 +227,7 @@ index 60e5c7f..fbc4cb4 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				rotary_pins_cfa10049: rotary-10049 at 0 {
+-				rotary_pins_cfa10049: rotary-10049@0 {
 -					reg = <0>;
 +				rotary_pins_cfa10049: rotary-10049 {
  					fsl,pinmux-ids = <
@@ -237,7 +237,7 @@ index 60e5c7f..fbc4cb4 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				rotary_btn_pins_cfa10049: rotary-btn-10049 at 0 {
+-				rotary_btn_pins_cfa10049: rotary-btn-10049@0 {
 -					reg = <0>;
 +				rotary_btn_pins_cfa10049: rotary-btn-10049 {
  					fsl,pinmux-ids = <
@@ -247,7 +247,7 @@ index 60e5c7f..fbc4cb4 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				spi2_pins_cfa10049: spi2-cfa10049 at 0 {
+-				spi2_pins_cfa10049: spi2-cfa10049@0 {
 -					reg = <0>;
 +				spi2_pins_cfa10049: spi2-cfa10049 {
  					fsl,pinmux-ids = <
@@ -257,7 +257,7 @@ index 60e5c7f..fbc4cb4 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				spi3_pins_cfa10049: spi3-cfa10049 at 0 {
+-				spi3_pins_cfa10049: spi3-cfa10049@0 {
 -					reg = <0>;
 +				spi3_pins_cfa10049: spi3-cfa10049 {
  					fsl,pinmux-ids = <
@@ -267,7 +267,7 @@ index 60e5c7f..fbc4cb4 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				lcdif_18bit_pins_cfa10049: lcdif-18bit at 0 {
+-				lcdif_18bit_pins_cfa10049: lcdif-18bit@0 {
 -					reg = <0>;
 +				lcdif_18bit_pins_cfa10049: lcdif-18bit {
  					fsl,pinmux-ids = <
@@ -277,7 +277,7 @@ index 60e5c7f..fbc4cb4 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_cfa10049: lcdif-evk at 0 {
+-				lcdif_pins_cfa10049: lcdif-evk@0 {
 -					reg = <0>;
 +				lcdif_pins_cfa10049: lcdif-evk {
  					fsl,pinmux-ids = <
@@ -287,7 +287,7 @@ index 60e5c7f..fbc4cb4 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_cfa10049_pullup: lcdif-10049-pullup at 0 {
+-				lcdif_pins_cfa10049_pullup: lcdif-10049-pullup@0 {
 -					reg = <0>;
 +				lcdif_pins_cfa10049_pullup: lcdif-10049-pullup {
  					fsl,pinmux-ids = <
@@ -297,7 +297,7 @@ index 60e5c7f..fbc4cb4 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				w1_gpio_pins: w1-gpio at 0 {
+-				w1_gpio_pins: w1-gpio@0 {
 -					reg = <0>;
 +				w1_gpio_pins: w1-gpio {
  					fsl,pinmux-ids = <
@@ -308,10 +308,10 @@ index 6a34114..1edcc49 100644
 --- a/arch/arm/boot/dts/imx28-cfa10055.dts
 +++ b/arch/arm/boot/dts/imx28-cfa10055.dts
 @@ -23,8 +23,7 @@
- 	apb at 80000000 {
- 		apbh at 80000000 {
- 			pinctrl at 80018000 {
--				spi2_pins_cfa10055: spi2-cfa10055 at 0 {
+ 	apb@80000000 {
+ 		apbh@80000000 {
+ 			pinctrl@80018000 {
+-				spi2_pins_cfa10055: spi2-cfa10055@0 {
 -					reg = <0>;
 +				spi2_pins_cfa10055: spi2-cfa10055 {
  					fsl,pinmux-ids = <
@@ -321,7 +321,7 @@ index 6a34114..1edcc49 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				lcdif_18bit_pins_cfa10055: lcdif-18bit at 0 {
+-				lcdif_18bit_pins_cfa10055: lcdif-18bit@0 {
 -					reg = <0>;
 +				lcdif_18bit_pins_cfa10055: lcdif-18bit {
  					fsl,pinmux-ids = <
@@ -331,7 +331,7 @@ index 6a34114..1edcc49 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_cfa10055: lcdif-evk at 0 {
+-				lcdif_pins_cfa10055: lcdif-evk@0 {
 -					reg = <0>;
 +				lcdif_pins_cfa10055: lcdif-evk {
  					fsl,pinmux-ids = <
@@ -341,7 +341,7 @@ index 6a34114..1edcc49 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_cfa10055_pullup: lcdif-10055-pullup at 0 {
+-				lcdif_pins_cfa10055_pullup: lcdif-10055-pullup@0 {
 -					reg = <0>;
 +				lcdif_pins_cfa10055_pullup: lcdif-10055-pullup {
  					fsl,pinmux-ids = <
@@ -352,10 +352,10 @@ index ba6495c..5ac3a12 100644
 --- a/arch/arm/boot/dts/imx28-cfa10056.dts
 +++ b/arch/arm/boot/dts/imx28-cfa10056.dts
 @@ -22,8 +22,7 @@
- 	apb at 80000000 {
- 		apbh at 80000000 {
- 			pinctrl at 80018000 {
--				spi2_pins_cfa10056: spi2-cfa10056 at 0 {
+ 	apb@80000000 {
+ 		apbh@80000000 {
+ 			pinctrl@80018000 {
+-				spi2_pins_cfa10056: spi2-cfa10056@0 {
 -					reg = <0>;
 +				spi2_pins_cfa10056: spi2-cfa10056 {
  					fsl,pinmux-ids = <
@@ -365,7 +365,7 @@ index ba6495c..5ac3a12 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				lcdif_pins_cfa10056: lcdif-10056 at 0 {
+-				lcdif_pins_cfa10056: lcdif-10056@0 {
 -					reg = <0>;
 +				lcdif_pins_cfa10056: lcdif-10056 {
  					fsl,pinmux-ids = <
@@ -375,7 +375,7 @@ index ba6495c..5ac3a12 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_cfa10056_pullup: lcdif-10056-pullup at 0 {
+-				lcdif_pins_cfa10056_pullup: lcdif-10056-pullup@0 {
 -					reg = <0>;
 +				lcdif_pins_cfa10056_pullup: lcdif-10056-pullup {
  					fsl,pinmux-ids = <
@@ -386,10 +386,10 @@ index c606791..de48936 100644
 --- a/arch/arm/boot/dts/imx28-cfa10057.dts
 +++ b/arch/arm/boot/dts/imx28-cfa10057.dts
 @@ -23,8 +23,7 @@
- 	apb at 80000000 {
- 		apbh at 80000000 {
- 			pinctrl at 80018000 {
--				usb_pins_cfa10057: usb-10057 at 0 {
+ 	apb@80000000 {
+ 		apbh@80000000 {
+ 			pinctrl@80018000 {
+-				usb_pins_cfa10057: usb-10057@0 {
 -					reg = <0>;
 +				usb_pins_cfa10057: usb-10057 {
  					fsl,pinmux-ids = <
@@ -399,7 +399,7 @@ index c606791..de48936 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_18bit_pins_cfa10057: lcdif-18bit at 0 {
+-				lcdif_18bit_pins_cfa10057: lcdif-18bit@0 {
 -					reg = <0>;
 +				lcdif_18bit_pins_cfa10057: lcdif-18bit {
  					fsl,pinmux-ids = <
@@ -409,7 +409,7 @@ index c606791..de48936 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_cfa10057: lcdif-evk at 0 {
+-				lcdif_pins_cfa10057: lcdif-evk@0 {
 -					reg = <0>;
 +				lcdif_pins_cfa10057: lcdif-evk {
  					fsl,pinmux-ids = <
@@ -420,9 +420,9 @@ index 70c7bb4..26c3a0e 100644
 --- a/arch/arm/boot/dts/imx28-cfa10058.dts
 +++ b/arch/arm/boot/dts/imx28-cfa10058.dts
 @@ -23,8 +23,7 @@
- 	apb at 80000000 {
- 		apbh at 80000000 {
- 			pinctrl at 80018000 {
+ 	apb@80000000 {
+ 		apbh@80000000 {
+ 			pinctrl@80018000 {
 -				usb_pins_cfa10058: usb-10058@0 {
 -					reg = <0>;
 +				usb_pins_cfa10058: usb-10058 {
@@ -433,7 +433,7 @@ index 70c7bb4..26c3a0e 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_cfa10058: lcdif-10058 at 0 {
+-				lcdif_pins_cfa10058: lcdif-10058@0 {
 -					reg = <0>;
 +				lcdif_pins_cfa10058: lcdif-10058 {
  					fsl,pinmux-ids = <
@@ -447,7 +447,7 @@ index 97084e4..0fd07fe 100644
  				pinctrl-names = "default";
  				pinctrl-0 = <&hog_pins_a>;
  
--				hog_pins_a: hog at 0 {
+-				hog_pins_a: hog@0 {
 -					reg = <0>;
 +				hog_pins_a: hog {
  					fsl,pinmux-ids = <
@@ -457,7 +457,7 @@ index 97084e4..0fd07fe 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_phy_reset_pin: mac0-phy-reset at 0 {
+-				mac0_phy_reset_pin: mac0-phy-reset@0 {
 -					reg = <0>;
 +				mac0_phy_reset_pin: mac0-phy-reset {
  					fsl,pinmux-ids = <
@@ -467,7 +467,7 @@ index 97084e4..0fd07fe 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_phy_int_pin: mac0-phy-int at 0 {
+-				mac0_phy_int_pin: mac0-phy-int@0 {
 -					reg = <0>;
 +				mac0_phy_int_pin: mac0-phy-int {
  					fsl,pinmux-ids = <
@@ -477,7 +477,7 @@ index 97084e4..0fd07fe 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				led_pins: leds at 0 {
+-				led_pins: leds@0 {
 -					reg = <0>;
 +				led_pins: leds {
  					fsl,pinmux-ids = <
@@ -491,7 +491,7 @@ index 7f8d40a..c241546 100644
  				pinctrl-names = "default";
  				pinctrl-0 = <&hog_pins_a>;
  
--				hog_pins_a: hog at 0 {
+-				hog_pins_a: hog@0 {
 -					reg = <0>;
 +				hog_pins_a: hog {
  					fsl,pinmux-ids = <
@@ -501,7 +501,7 @@ index 7f8d40a..c241546 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_phy_reset_pin: mac0-phy-reset at 0 {
+-				mac0_phy_reset_pin: mac0-phy-reset@0 {
 -					reg = <0>;
 +				mac0_phy_reset_pin: mac0-phy-reset {
  					fsl,pinmux-ids = <
@@ -511,7 +511,7 @@ index 7f8d40a..c241546 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_phy_int_pin: mac0-phy-int at 0 {
+-				mac0_phy_int_pin: mac0-phy-int@0 {
 -					reg = <0>;
 +				mac0_phy_int_pin: mac0-phy-int {
  					fsl,pinmux-ids = <
@@ -521,7 +521,7 @@ index 7f8d40a..c241546 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				led_pins: leds at 0 {
+-				led_pins: leds@0 {
 -					reg = <0>;
 +				led_pins: leds {
  					fsl,pinmux-ids = <
@@ -531,7 +531,7 @@ index 7f8d40a..c241546 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				enocean_button: enocean-button at 0 {
+-				enocean_button: enocean-button@0 {
 -					reg = <0>;
 +				enocean_button: enocean-button {
  					fsl,pinmux-ids = <
@@ -545,7 +545,7 @@ index 13e7b13..e5c92f3 100644
  				pinctrl-names = "default";
  				pinctrl-0 = <&hog_pins_a>;
  
--				hog_pins_a: hog at 0 {
+-				hog_pins_a: hog@0 {
 -					reg = <0>;
 +				hog_pins_a: hog {
  					fsl,pinmux-ids = <
@@ -555,7 +555,7 @@ index 13e7b13..e5c92f3 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_phy_reset_pin: mac0-phy-reset at 0 {
+-				mac0_phy_reset_pin: mac0-phy-reset@0 {
 -					reg = <0>;
 +				mac0_phy_reset_pin: mac0-phy-reset {
  					fsl,pinmux-ids = <
@@ -565,7 +565,7 @@ index 13e7b13..e5c92f3 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_phy_int_pin: mac0-phy-int at 0 {
+-				mac0_phy_int_pin: mac0-phy-int@0 {
 -					reg = <0>;
 +				mac0_phy_int_pin: mac0-phy-int {
  					fsl,pinmux-ids = <
@@ -575,7 +575,7 @@ index 13e7b13..e5c92f3 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				led_pins: led at 0 {
+-				led_pins: led@0 {
 -					reg = <0>;
 +				led_pins: led {
  					fsl,pinmux-ids = <
@@ -585,7 +585,7 @@ index 13e7b13..e5c92f3 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				qca7000_pins: qca7000 at 0 {
+-				qca7000_pins: qca7000@0 {
 -					reg = <0>;
 +				qca7000_pins: qca7000 {
  					fsl,pinmux-ids = <
@@ -599,7 +599,7 @@ index 88556c9..0a9128b 100644
  				pinctrl-names = "default";
  				pinctrl-0 = <&hog_pins_a>;
  
--				hog_pins_a: hog at 0 {
+-				hog_pins_a: hog@0 {
 -					reg = <0>;
 +				hog_pins_a: hog {
  					fsl,pinmux-ids = <
@@ -609,7 +609,7 @@ index 88556c9..0a9128b 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_phy_reset_pin: mac0-phy-reset at 0 {
+-				mac0_phy_reset_pin: mac0-phy-reset@0 {
 -					reg = <0>;
 +				mac0_phy_reset_pin: mac0-phy-reset {
  					fsl,pinmux-ids = <
@@ -619,7 +619,7 @@ index 88556c9..0a9128b 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_phy_int_pin: mac0-phy-int at 0 {
+-				mac0_phy_int_pin: mac0-phy-int@0 {
 -					reg = <0>;
 +				mac0_phy_int_pin: mac0-phy-int {
  					fsl,pinmux-ids = <
@@ -629,7 +629,7 @@ index 88556c9..0a9128b 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				led_pins: leds at 0 {
+-				led_pins: leds@0 {
 -					reg = <0>;
 +				led_pins: leds {
  					fsl,pinmux-ids = <
@@ -643,7 +643,7 @@ index f286bfe..6113bdc 100644
  				pinctrl-names = "default";
  				pinctrl-0 = <&hog_pins_a>;
  
--				hog_pins_a: hog at 0 {
+-				hog_pins_a: hog@0 {
 -					reg = <0>;
 +				hog_pins_a: hog {
  					fsl,pinmux-ids = <
@@ -653,7 +653,7 @@ index f286bfe..6113bdc 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_phy_reset_pin: mac0-phy-reset at 0 {
+-				mac0_phy_reset_pin: mac0-phy-reset@0 {
 -					reg = <0>;
 +				mac0_phy_reset_pin: mac0-phy-reset {
  					fsl,pinmux-ids = <
@@ -663,7 +663,7 @@ index f286bfe..6113bdc 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				led_pins: leds at 0 {
+-				led_pins: leds@0 {
 -					reg = <0>;
 +				led_pins: leds {
  					fsl,pinmux-ids = <
@@ -677,7 +677,7 @@ index b70f334..8773575 100644
  	pinctrl-names = "default";
  	pinctrl-0 = <&hog_pins_cpuimx283>;
  
--	hog_pins_cpuimx283: hog-cpuimx283 at 0 {
+-	hog_pins_cpuimx283: hog-cpuimx283@0 {
 -		reg = <0>;
 +	hog_pins_cpuimx283: hog-cpuimx283 {
  		fsl,pinmux-ids = <
@@ -691,7 +691,7 @@ index 65efb78..cfd92c3 100644
  &pinctrl {
  	pinctrl-names = "default";
  	pinctrl-0 = <&hog_pins_cpuimx283 &hog_pins_cpuimx287>;
--	hog_pins_cpuimx287: hog-cpuimx287 at 0 {
+-	hog_pins_cpuimx287: hog-cpuimx287@0 {
 -		reg = <0>;
 +	hog_pins_cpuimx287: hog-cpuimx287 {
  		fsl,pinmux-ids = <
@@ -705,7 +705,7 @@ index ff1328c..11f3426 100644
  };
  
  &pinctrl {
--	gpio_button_sw3_pins_mbmx28lc: gpio-button-sw3-mbmx28lc at 0 {
+-	gpio_button_sw3_pins_mbmx28lc: gpio-button-sw3-mbmx28lc@0 {
 -		reg = <0>;
 +	gpio_button_sw3_pins_mbmx28lc: gpio-button-sw3-mbmx28lc {
  		fsl,pinmux-ids = <
@@ -715,7 +715,7 @@ index ff1328c..11f3426 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	gpio_button_sw4_pins_mbmx28lc: gpio-button-sw4-mbmx28lc at 0 {
+-	gpio_button_sw4_pins_mbmx28lc: gpio-button-sw4-mbmx28lc@0 {
 -		reg = <0>;
 +	gpio_button_sw4_pins_mbmx28lc: gpio-button-sw4-mbmx28lc {
  		fsl,pinmux-ids = <
@@ -725,7 +725,7 @@ index ff1328c..11f3426 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	lcdif_pins_mbmx28lc: lcdif-mbmx28lc at 0 {
+-	lcdif_pins_mbmx28lc: lcdif-mbmx28lc@0 {
 -		reg = <0>;
 +	lcdif_pins_mbmx28lc: lcdif-mbmx28lc {
  		fsl,pinmux-ids = <
@@ -735,7 +735,7 @@ index ff1328c..11f3426 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	led_d6_pins_mbmx28lc: led-d6-mbmx28lc at 0 {
+-	led_d6_pins_mbmx28lc: led-d6-mbmx28lc@0 {
 -		reg = <0>;
 +	led_d6_pins_mbmx28lc: led-d6-mbmx28lc {
  		fsl,pinmux-ids = <
@@ -745,7 +745,7 @@ index ff1328c..11f3426 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	led_d7_pins_mbmx28lc: led-d7-mbmx28lc at 0 {
+-	led_d7_pins_mbmx28lc: led-d7-mbmx28lc@0 {
 -		reg = <0>;
 +	led_d7_pins_mbmx28lc: led-d7-mbmx28lc {
  		fsl,pinmux-ids = <
@@ -755,7 +755,7 @@ index ff1328c..11f3426 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	reg_lcd_3v3_pins_mbmx28lc: lcd-3v3-mbmx28lc at 0 {
+-	reg_lcd_3v3_pins_mbmx28lc: lcd-3v3-mbmx28lc@0 {
 -		reg = <0>;
 +	reg_lcd_3v3_pins_mbmx28lc: lcd-3v3-mbmx28lc {
  		fsl,pinmux-ids = <
@@ -765,7 +765,7 @@ index ff1328c..11f3426 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	reg_usb0_vbus_pins_mbmx28lc: reg-usb0-vbus-mbmx28lc at 0 {
+-	reg_usb0_vbus_pins_mbmx28lc: reg-usb0-vbus-mbmx28lc@0 {
 -		reg = <0>;
 +	reg_usb0_vbus_pins_mbmx28lc: reg-usb0-vbus-mbmx28lc {
  		fsl,pinmux-ids = <
@@ -775,7 +775,7 @@ index ff1328c..11f3426 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	reg_usb1_vbus_pins_mbmx28lc: reg-usb1-vbus-mbmx28lc at 0 {
+-	reg_usb1_vbus_pins_mbmx28lc: reg-usb1-vbus-mbmx28lc@0 {
 -		reg = <0>;
 +	reg_usb1_vbus_pins_mbmx28lc: reg-usb1-vbus-mbmx28lc {
  		fsl,pinmux-ids = <
@@ -789,7 +789,7 @@ index b0d3965..7f849de 100644
  				pinctrl-names = "default";
  				pinctrl-0 = <&hog_pins_a>;
  
--				hog_pins_a: hog at 0 {
+-				hog_pins_a: hog@0 {
 -					reg = <0>;
 +				hog_pins_a: hog {
  					fsl,pinmux-ids = <
@@ -799,7 +799,7 @@ index b0d3965..7f849de 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				led_pin_gpio3_5: led_gpio3_5 at 0 {
+-				led_pin_gpio3_5: led_gpio3_5@0 {
 -					reg = <0>;
 +				led_pin_gpio3_5: led_gpio3_5 {
  					fsl,pinmux-ids = <
@@ -809,7 +809,7 @@ index b0d3965..7f849de 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				gpmi_pins_evk: gpmi-nand-evk at 0 {
+-				gpmi_pins_evk: gpmi-nand-evk@0 {
 -					reg = <0>;
 +				gpmi_pins_evk: gpmi-nand-evk {
  					fsl,pinmux-ids = <
@@ -819,7 +819,7 @@ index b0d3965..7f849de 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_evk: lcdif-evk at 0 {
+-				lcdif_pins_evk: lcdif-evk@0 {
 -					reg = <0>;
 +				lcdif_pins_evk: lcdif-evk {
  					fsl,pinmux-ids = <
@@ -833,7 +833,7 @@ index 3bb5ffc..8af939c 100644
  				pinctrl-names = "default";
  				pinctrl-0 = <&hog_pins_a>;
  
--				hog_pins_a: hog at 0 {
+-				hog_pins_a: hog@0 {
 -					reg = <0>;
 +				hog_pins_a: hog {
  					fsl,pinmux-ids = <
@@ -843,7 +843,7 @@ index 3bb5ffc..8af939c 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_m28: lcdif-m28 at 0 {
+-				lcdif_pins_m28: lcdif-m28@0 {
 -					reg = <0>;
 +				lcdif_pins_m28: lcdif-m28 {
  					fsl,pinmux-ids = <
@@ -853,7 +853,7 @@ index 3bb5ffc..8af939c 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				led_pins_gpio: leds-m28 at 0 {
+-				led_pins_gpio: leds-m28@0 {
 -					reg = <0>;
 +				led_pins_gpio: leds-m28 {
  					fsl,pinmux-ids = <
@@ -867,7 +867,7 @@ index 7d97a0c..639e1b3 100644
  				pinctrl-names = "default";
  				pinctrl-0 = <&hog_pins_a>;
  
--				hog_pins_a: hog at 0 {
+-				hog_pins_a: hog@0 {
 -					reg = <0>;
 +				hog_pins_a: hog {
  					fsl,pinmux-ids = <
@@ -877,7 +877,7 @@ index 7d97a0c..639e1b3 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_pins_m28: lcdif-m28 at 0 {
+-				lcdif_pins_m28: lcdif-m28@0 {
 -					reg = <0>;
 +				lcdif_pins_m28: lcdif-m28 {
  					fsl,pinmux-ids = <
@@ -891,7 +891,7 @@ index 2393e839..13d2bba 100644
  				pinctrl-names = "default";
  				pinctrl-0 = <&hog_pins_a>;
  
--				hog_pins_a: hog-gpios at 0 {
+-				hog_pins_a: hog-gpios@0 {
 -					reg = <0>;
 +				hog_pins_a: hog-gpios {
  					fsl,pinmux-ids = <
@@ -903,7 +903,7 @@ index f8a09a8..758e70d 100644
 +++ b/arch/arm/boot/dts/imx28-ts4600.dts
 @@ -39,8 +39,7 @@
  
- 			pinctrl at 80018000 {
+ 			pinctrl@80018000 {
  
 -				en_sd_pwr: en-sd-pwr@0 {
 -					reg = <0>;
@@ -919,7 +919,7 @@ index e4f19f9b..32794e9 100644
  	pinctrl-names = "default";
  	pinctrl-0 = <&hog_pins_a>;
  
--	hog_pins_a: hog at 0 {
+-	hog_pins_a: hog@0 {
 -		reg = <0>;
 +	hog_pins_a: hog {
  		fsl,pinmux-ids = <
@@ -929,7 +929,7 @@ index e4f19f9b..32794e9 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	tx28_edt_ft5x06_pins: tx28-edt-ft5x06-pins at 0 {
+-	tx28_edt_ft5x06_pins: tx28-edt-ft5x06-pins@0 {
 -		reg = <0>;
 +	tx28_edt_ft5x06_pins: tx28-edt-ft5x06-pins {
  		fsl,pinmux-ids = <
@@ -939,7 +939,7 @@ index e4f19f9b..32794e9 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	tx28_flexcan_xcvr_pins: tx28-flexcan-xcvr-pins at 0 {
+-	tx28_flexcan_xcvr_pins: tx28-flexcan-xcvr-pins@0 {
 -		reg = <0>;
 +	tx28_flexcan_xcvr_pins: tx28-flexcan-xcvr-pins {
  		fsl,pinmux-ids = <
@@ -949,7 +949,7 @@ index e4f19f9b..32794e9 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	tx28_lcdif_23bit_pins: tx28-lcdif-23bit at 0 {
+-	tx28_lcdif_23bit_pins: tx28-lcdif-23bit@0 {
 -		reg = <0>;
 +	tx28_lcdif_23bit_pins: tx28-lcdif-23bit {
  		fsl,pinmux-ids = <
@@ -959,7 +959,7 @@ index e4f19f9b..32794e9 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	tx28_lcdif_ctrl_pins: tx28-lcdif-ctrl at 0 {
+-	tx28_lcdif_ctrl_pins: tx28-lcdif-ctrl@0 {
 -		reg = <0>;
 +	tx28_lcdif_ctrl_pins: tx28-lcdif-ctrl {
  		fsl,pinmux-ids = <
@@ -969,7 +969,7 @@ index e4f19f9b..32794e9 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	tx28_mac0_pins_gpio: tx28-mac0-gpio-pins at 0 {
+-	tx28_mac0_pins_gpio: tx28-mac0-gpio-pins@0 {
 -		reg = <0>;
 +	tx28_mac0_pins_gpio: tx28-mac0-gpio-pins {
  		fsl,pinmux-ids = <
@@ -979,7 +979,7 @@ index e4f19f9b..32794e9 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	tx28_pca9554_pins: tx28-pca9554-pins at 0 {
+-	tx28_pca9554_pins: tx28-pca9554-pins@0 {
 -		reg = <0>;
 +	tx28_pca9554_pins: tx28-pca9554-pins {
  		fsl,pinmux-ids = <
@@ -989,7 +989,7 @@ index e4f19f9b..32794e9 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	tx28_spi_gpio_pins: spi-gpiogrp at 0 {
+-	tx28_spi_gpio_pins: spi-gpiogrp@0 {
 -		reg = <0>;
 +	tx28_spi_gpio_pins: spi-gpiogrp {
  		fsl,pinmux-ids = <
@@ -999,7 +999,7 @@ index e4f19f9b..32794e9 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	tx28_tsc2007_pins: tx28-tsc2007-pins at 0 {
+-	tx28_tsc2007_pins: tx28-tsc2007-pins@0 {
 -		reg = <0>;
 +	tx28_tsc2007_pins: tx28-tsc2007-pins {
  		fsl,pinmux-ids = <
@@ -1009,7 +1009,7 @@ index e4f19f9b..32794e9 100644
  	};
  
  
--	tx28_usbphy0_pins: tx28-usbphy0-pins at 0 {
+-	tx28_usbphy0_pins: tx28-usbphy0-pins@0 {
 -		reg = <0>;
 +	tx28_usbphy0_pins: tx28-usbphy0-pins {
  		fsl,pinmux-ids = <
@@ -1019,7 +1019,7 @@ index e4f19f9b..32794e9 100644
  		fsl,pull-up = <MXS_PULL_DISABLE>;
  	};
  
--	tx28_usbphy1_pins: tx28-usbphy1-pins at 0 {
+-	tx28_usbphy1_pins: tx28-usbphy1-pins@0 {
 -		reg = <0>;
 +	tx28_usbphy1_pins: tx28-usbphy1-pins {
  		fsl,pinmux-ids = <
@@ -1038,7 +1038,7 @@ index 9ad8d35..8f46b1f 100644
  				compatible = "fsl,imx28-pinctrl", "simple-bus";
  				reg = <0x80018000 0x2000>;
  
--				gpio0: gpio at 0 {
+-				gpio0: gpio@0 {
 +				gpio0: gpio0 {
  					compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
 -					reg = <0>;
@@ -1049,7 +1049,7 @@ index 9ad8d35..8f46b1f 100644
  					#interrupt-cells = <2>;
  				};
  
--				gpio1: gpio at 1 {
+-				gpio1: gpio@1 {
 +				gpio1: gpio1 {
  					compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
 -					reg = <1>;
@@ -1060,7 +1060,7 @@ index 9ad8d35..8f46b1f 100644
  					#interrupt-cells = <2>;
  				};
  
--				gpio2: gpio at 2 {
+-				gpio2: gpio@2 {
 +				gpio2: gpio2 {
  					compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
 -					reg = <2>;
@@ -1071,7 +1071,7 @@ index 9ad8d35..8f46b1f 100644
  					#interrupt-cells = <2>;
  				};
  
--				gpio3: gpio at 3 {
+-				gpio3: gpio@3 {
 +				gpio3: gpio3 {
  					compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
 -					reg = <3>;
@@ -1082,7 +1082,7 @@ index 9ad8d35..8f46b1f 100644
  					#interrupt-cells = <2>;
  				};
  
--				gpio4: gpio at 4 {
+-				gpio4: gpio@4 {
 +				gpio4: gpio4 {
  					compatible = "fsl,imx28-gpio", "fsl,mxs-gpio";
 -					reg = <4>;
@@ -1093,7 +1093,7 @@ index 9ad8d35..8f46b1f 100644
  					#interrupt-cells = <2>;
  				};
  
--				duart_pins_a: duart at 0 {
+-				duart_pins_a: duart@0 {
 -					reg = <0>;
 +				duart_pins_a: duart0 {
  					fsl,pinmux-ids = <
@@ -1103,7 +1103,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				duart_pins_b: duart at 1 {
+-				duart_pins_b: duart@1 {
 -					reg = <1>;
 +				duart_pins_b: duart1 {
  					fsl,pinmux-ids = <
@@ -1113,7 +1113,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				duart_4pins_a: duart-4pins at 0 {
+-				duart_4pins_a: duart-4pins@0 {
 -					reg = <0>;
 +				duart_4pins_a: duart-4pins {
  					fsl,pinmux-ids = <
@@ -1123,7 +1123,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				gpmi_pins_a: gpmi-nand at 0 {
+-				gpmi_pins_a: gpmi-nand@0 {
 -					reg = <0>;
 +				gpmi_pins_a: gpmi-nand {
  					fsl,pinmux-ids = <
@@ -1133,7 +1133,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				gpmi_status_cfg: gpmi-status-cfg at 0 {
+-				gpmi_status_cfg: gpmi-status-cfg@0 {
 -					reg = <0>;
 +				gpmi_status_cfg: gpmi-status-cfg {
  					fsl,pinmux-ids = <
@@ -1143,7 +1143,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,drive-strength = <MXS_DRIVE_12mA>;
  				};
  
--				auart0_pins_a: auart0 at 0 {
+-				auart0_pins_a: auart0@0 {
 -					reg = <0>;
 +				auart0_pins_a: auart0 {
  					fsl,pinmux-ids = <
@@ -1153,7 +1153,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				auart0_2pins_a: auart0-2pins at 0 {
+-				auart0_2pins_a: auart0-2pins@0 {
 -					reg = <0>;
 +				auart0_2pins_a: auart0-2pins {
  					fsl,pinmux-ids = <
@@ -1163,7 +1163,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				auart1_pins_a: auart1 at 0 {
+-				auart1_pins_a: auart1@0 {
 -					reg = <0>;
 +				auart1_pins_a: auart1 {
  					fsl,pinmux-ids = <
@@ -1173,7 +1173,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				auart1_2pins_a: auart1-2pins at 0 {
+-				auart1_2pins_a: auart1-2pins@0 {
 -					reg = <0>;
 +				auart1_2pins_a: auart1-2pins {
  					fsl,pinmux-ids = <
@@ -1183,7 +1183,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				auart2_2pins_a: auart2-2pins at 0 {
+-				auart2_2pins_a: auart2-2pins@0 {
 -					reg = <0>;
 +				auart2_2pins_a: auart2-2pins {
  					fsl,pinmux-ids = <
@@ -1193,7 +1193,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				auart2_2pins_b: auart2-2pins at 1 {
+-				auart2_2pins_b: auart2-2pins@1 {
 -					reg = <1>;
 +				auart2_2pins_b: auart2-2pinsb {
  					fsl,pinmux-ids = <
@@ -1203,7 +1203,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				auart2_pins_a: auart2-pins at 0 {
+-				auart2_pins_a: auart2-pins@0 {
 -					reg = <0>;
 +				auart2_pins_a: auart2-pins {
  					fsl,pinmux-ids = <
@@ -1213,7 +1213,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				auart3_pins_a: auart3 at 0 {
+-				auart3_pins_a: auart3@0 {
 -					reg = <0>;
 +				auart3_pins_a: auart3 {
  					fsl,pinmux-ids = <
@@ -1223,7 +1223,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				auart3_2pins_a: auart3-2pins at 0 {
+-				auart3_2pins_a: auart3-2pins@0 {
 -					reg = <0>;
 +				auart3_2pins_a: auart3-2pins {
  					fsl,pinmux-ids = <
@@ -1233,7 +1233,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				auart3_2pins_b: auart3-2pins at 1 {
+-				auart3_2pins_b: auart3-2pins@1 {
 -					reg = <1>;
 +				auart3_2pins_b: auart3-2pinsb {
  					fsl,pinmux-ids = <
@@ -1243,7 +1243,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				auart4_2pins_a: auart4 at 0 {
+-				auart4_2pins_a: auart4@0 {
 -					reg = <0>;
 +				auart4_2pins_a: auart4 {
  					fsl,pinmux-ids = <
@@ -1253,7 +1253,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				auart4_2pins_b: auart4 at 1 {
+-				auart4_2pins_b: auart4@1 {
 -					reg = <1>;
 +				auart4_2pins_b: auart4b {
  					fsl,pinmux-ids = <
@@ -1263,7 +1263,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mac0_pins_a: mac0 at 0 {
+-				mac0_pins_a: mac0@0 {
 -					reg = <0>;
 +				mac0_pins_a: mac0 {
  					fsl,pinmux-ids = <
@@ -1273,7 +1273,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				mac0_pins_b: mac0 at 1 {
+-				mac0_pins_b: mac0@1 {
 -					reg = <1>;
 +				mac0_pins_b: mac0b {
  					fsl,pinmux-ids = <
@@ -1283,7 +1283,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				mac1_pins_a: mac1 at 0 {
+-				mac1_pins_a: mac1@0 {
 -					reg = <0>;
 +				mac1_pins_a: mac1 {
  					fsl,pinmux-ids = <
@@ -1293,7 +1293,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				mmc0_8bit_pins_a: mmc0-8bit at 0 {
+-				mmc0_8bit_pins_a: mmc0-8bit@0 {
 -					reg = <0>;
 +				mmc0_8bit_pins_a: mmc0-8bit {
  					fsl,pinmux-ids = <
@@ -1303,7 +1303,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				mmc0_4bit_pins_a: mmc0-4bit at 0 {
+-				mmc0_4bit_pins_a: mmc0-4bit@0 {
 -					reg = <0>;
 +				mmc0_4bit_pins_a: mmc0-4bit {
  					fsl,pinmux-ids = <
@@ -1313,7 +1313,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				mmc0_cd_cfg: mmc0-cd-cfg at 0 {
+-				mmc0_cd_cfg: mmc0-cd-cfg@0 {
 -					reg = <0>;
 +				mmc0_cd_cfg: mmc0-cd-cfg {
  					fsl,pinmux-ids = <
@@ -1322,7 +1322,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mmc0_sck_cfg: mmc0-sck-cfg at 0 {
+-				mmc0_sck_cfg: mmc0-sck-cfg@0 {
 -					reg = <0>;
 +				mmc0_sck_cfg: mmc0-sck-cfg {
  					fsl,pinmux-ids = <
@@ -1332,7 +1332,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mmc1_4bit_pins_a: mmc1-4bit at 0 {
+-				mmc1_4bit_pins_a: mmc1-4bit@0 {
 -					reg = <0>;
 +				mmc1_4bit_pins_a: mmc1-4bit {
  					fsl,pinmux-ids = <
@@ -1342,7 +1342,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				mmc1_cd_cfg: mmc1-cd-cfg at 0 {
+-				mmc1_cd_cfg: mmc1-cd-cfg@0 {
 -					reg = <0>;
 +				mmc1_cd_cfg: mmc1-cd-cfg {
  					fsl,pinmux-ids = <
@@ -1351,7 +1351,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mmc1_sck_cfg: mmc1-sck-cfg at 0 {
+-				mmc1_sck_cfg: mmc1-sck-cfg@0 {
 -					reg = <0>;
 +				mmc1_sck_cfg: mmc1-sck-cfg {
  					fsl,pinmux-ids = <
@@ -1361,7 +1361,7 @@ index 9ad8d35..8f46b1f 100644
  				};
  
  
--				mmc2_4bit_pins_a: mmc2-4bit at 0 {
+-				mmc2_4bit_pins_a: mmc2-4bit@0 {
 -					reg = <0>;
 +				mmc2_4bit_pins_a: mmc2-4bit {
  					fsl,pinmux-ids = <
@@ -1371,7 +1371,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				mmc2_4bit_pins_b: mmc2-4bit at 1 {
+-				mmc2_4bit_pins_b: mmc2-4bit@1 {
 -					reg = <1>;
 +				mmc2_4bit_pins_b: mmc2-4bitb {
  					fsl,pinmux-ids = <
@@ -1381,7 +1381,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				mmc2_cd_cfg: mmc2-cd-cfg at 0 {
+-				mmc2_cd_cfg: mmc2-cd-cfg@0 {
 -					reg = <0>;
 +				mmc2_cd_cfg: mmc2-cd-cfg {
  					fsl,pinmux-ids = <
@@ -1390,7 +1390,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mmc2_sck_cfg_a: mmc2-sck-cfg at 0 {
+-				mmc2_sck_cfg_a: mmc2-sck-cfg@0 {
 -					reg = <0>;
 +				mmc2_sck_cfg_a: mmc2-sck-cfg {
  					fsl,pinmux-ids = <
@@ -1400,7 +1400,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				mmc2_sck_cfg_b: mmc2-sck-cfg at 1 {
+-				mmc2_sck_cfg_b: mmc2-sck-cfg@1 {
 -					reg = <1>;
 +				mmc2_sck_cfg_b: mmc2-sck-cfgb {
  					fsl,pinmux-ids = <
@@ -1410,7 +1410,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				i2c0_pins_a: i2c0 at 0 {
+-				i2c0_pins_a: i2c0@0 {
 -					reg = <0>;
 +				i2c0_pins_a: i2c0 {
  					fsl,pinmux-ids = <
@@ -1420,7 +1420,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				i2c0_pins_b: i2c0 at 1 {
+-				i2c0_pins_b: i2c0@1 {
 -					reg = <1>;
 +				i2c0_pins_b: i2c0b {
  					fsl,pinmux-ids = <
@@ -1430,7 +1430,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				i2c1_pins_a: i2c1 at 0 {
+-				i2c1_pins_a: i2c1@0 {
 -					reg = <0>;
 +				i2c1_pins_a: i2c1 {
  					fsl,pinmux-ids = <
@@ -1440,7 +1440,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				i2c1_pins_b: i2c1 at 1 {
+-				i2c1_pins_b: i2c1@1 {
 -					reg = <1>;
 +				i2c1_pins_b: i2c1n {
  					fsl,pinmux-ids = <
@@ -1450,7 +1450,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				saif0_pins_a: saif0 at 0 {
+-				saif0_pins_a: saif0@0 {
 -					reg = <0>;
 +				saif0_pins_a: saif0 {
  					fsl,pinmux-ids = <
@@ -1460,7 +1460,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				saif0_pins_b: saif0 at 1 {
+-				saif0_pins_b: saif0@1 {
 -					reg = <1>;
 +				saif0_pins_b: saif0b {
  					fsl,pinmux-ids = <
@@ -1470,7 +1470,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				saif1_pins_a: saif1 at 0 {
+-				saif1_pins_a: saif1@0 {
 -					reg = <0>;
 +				saif1_pins_a: saif1 {
  					fsl,pinmux-ids = <
@@ -1480,7 +1480,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				pwm0_pins_a: pwm0 at 0 {
+-				pwm0_pins_a: pwm0@0 {
 -					reg = <0>;
 +				pwm0_pins_a: pwm0 {
  					fsl,pinmux-ids = <
@@ -1490,7 +1490,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				pwm2_pins_a: pwm2 at 0 {
+-				pwm2_pins_a: pwm2@0 {
 -					reg = <0>;
 +				pwm2_pins_a: pwm2 {
  					fsl,pinmux-ids = <
@@ -1500,7 +1500,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				pwm3_pins_a: pwm3 at 0 {
+-				pwm3_pins_a: pwm3@0 {
 -					reg = <0>;
 +				pwm3_pins_a: pwm3 {
  					fsl,pinmux-ids = <
@@ -1510,7 +1510,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				pwm3_pins_b: pwm3 at 1 {
+-				pwm3_pins_b: pwm3@1 {
 -					reg = <1>;
 +				pwm3_pins_b: pwm3b {
  					fsl,pinmux-ids = <
@@ -1520,7 +1520,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				pwm4_pins_a: pwm4 at 0 {
+-				pwm4_pins_a: pwm4@0 {
 -					reg = <0>;
 +				pwm4_pins_a: pwm4 {
  					fsl,pinmux-ids = <
@@ -1530,7 +1530,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_24bit_pins_a: lcdif-24bit at 0 {
+-				lcdif_24bit_pins_a: lcdif-24bit@0 {
 -					reg = <0>;
 +				lcdif_24bit_pins_a: lcdif-24bit {
  					fsl,pinmux-ids = <
@@ -1540,7 +1540,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_18bit_pins_a: lcdif-18bit at 0 {
+-				lcdif_18bit_pins_a: lcdif-18bit@0 {
 -					reg = <0>;
 +				lcdif_18bit_pins_a: lcdif-18bit {
  					fsl,pinmux-ids = <
@@ -1550,7 +1550,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_16bit_pins_a: lcdif-16bit at 0 {
+-				lcdif_16bit_pins_a: lcdif-16bit@0 {
 -					reg = <0>;
 +				lcdif_16bit_pins_a: lcdif-16bit {
  					fsl,pinmux-ids = <
@@ -1560,7 +1560,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				lcdif_sync_pins_a: lcdif-sync at 0 {
+-				lcdif_sync_pins_a: lcdif-sync@0 {
 -					reg = <0>;
 +				lcdif_sync_pins_a: lcdif-sync {
  					fsl,pinmux-ids = <
@@ -1570,7 +1570,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				can0_pins_a: can0 at 0 {
+-				can0_pins_a: can0@0 {
 -					reg = <0>;
 +				can0_pins_a: can0 {
  					fsl,pinmux-ids = <
@@ -1580,7 +1580,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				can1_pins_a: can1 at 0 {
+-				can1_pins_a: can1@0 {
 -					reg = <0>;
 +				can1_pins_a: can1 {
  					fsl,pinmux-ids = <
@@ -1590,7 +1590,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				spi2_pins_a: spi2 at 0 {
+-				spi2_pins_a: spi2@0 {
 -					reg = <0>;
 +				spi2_pins_a: spi2 {
  					fsl,pinmux-ids = <
@@ -1600,7 +1600,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				spi3_pins_a: spi3 at 0 {
+-				spi3_pins_a: spi3@0 {
 -					reg = <0>;
 +				spi3_pins_a: spi3 {
  					fsl,pinmux-ids = <
@@ -1610,7 +1610,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				spi3_pins_b: spi3 at 1 {
+-				spi3_pins_b: spi3@1 {
 -					reg = <1>;
 +				spi3_pins_b: spi3b {
  					fsl,pinmux-ids = <
@@ -1620,7 +1620,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				usb0_pins_a: usb0 at 0 {
+-				usb0_pins_a: usb0@0 {
 -					reg = <0>;
 +				usb0_pins_a: usb0 {
  					fsl,pinmux-ids = <
@@ -1630,7 +1630,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				usb0_pins_b: usb0 at 1 {
+-				usb0_pins_b: usb0@1 {
 -					reg = <1>;
 +				usb0_pins_b: usb0b {
  					fsl,pinmux-ids = <
@@ -1640,7 +1640,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				usb1_pins_a: usb1 at 0 {
+-				usb1_pins_a: usb1@0 {
 -					reg = <0>;
 +				usb1_pins_a: usb1 {
  					fsl,pinmux-ids = <
@@ -1650,7 +1650,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_DISABLE>;
  				};
  
--				usb0_id_pins_a: usb0id at 0 {
+-				usb0_id_pins_a: usb0id@0 {
 -					reg = <0>;
 +				usb0_id_pins_a: usb0id {
  					fsl,pinmux-ids = <
@@ -1660,7 +1660,7 @@ index 9ad8d35..8f46b1f 100644
  					fsl,pull-up = <MXS_PULL_ENABLE>;
  				};
  
--				usb0_id_pins_b: usb0id1 at 0 {
+-				usb0_id_pins_b: usb0id1@0 {
 -					reg = <0>;
 +				usb0_id_pins_b: usb0id1 {
  					fsl,pinmux-ids = <
diff --git a/a/content_digest b/N1/content_digest
index 3859899..272c743 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,12 @@
  "ref\01525997810-10964-1-git-send-email-festevam@gmail.com\0"
- "From\0festevam@gmail.com (Fabio Estevam)\0"
+ "From\0Fabio Estevam <festevam@gmail.com>\0"
  "Subject\0[PATCH 2/3] ARM: dts: imx28: Remove unit-address from pinctrl\0"
  "Date\0Thu, 10 May 2018 21:16:49 -0300\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0shawnguo@kernel.org\0"
+ "Cc\0Fabio Estevam <fabio.estevam@nxp.com>"
+  devicetree@vger.kernel.org
+  robh+dt@kernel.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "From: Fabio Estevam <fabio.estevam@nxp.com>\n"
@@ -10,7 +14,7 @@
  "Remove unit-address and reg property from pinctrl subnodes to fix\n"
  "the following DTC warnings with W=1:\n"
  "\n"
- "arch/arm/boot/dts/imx28-apf28dev.dtb: Warning (unique_unit_address): /apb at 80000000/apbh at 80000000/pinctrl at 80018000/hog at 0: duplicate unit-address (also used in node /apb at 80000000/apbh at 80000000\n"
+ "arch/arm/boot/dts/imx28-apf28dev.dtb: Warning (unique_unit_address): /apb@80000000/apbh@80000000/pinctrl@80018000/hog@0: duplicate unit-address (also used in node /apb@80000000/apbh@80000000\n"
  "\n"
  "Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>\n"
  "---\n"
@@ -48,7 +52,7 @@
  " \t\t\t\tpinctrl-names = \"default\";\n"
  " \t\t\t\tpinctrl-0 = <&hog_pins_apf28dev>;\n"
  " \n"
- "-\t\t\t\thog_pins_apf28dev: hog at 0 {\n"
+ "-\t\t\t\thog_pins_apf28dev: hog@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\thog_pins_apf28dev: hog {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -58,7 +62,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_apf28dev: lcdif-apf28dev at 0 {\n"
+ "-\t\t\t\tlcdif_pins_apf28dev: lcdif-apf28dev@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_apf28dev: lcdif-apf28dev {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -68,7 +72,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tusb0_otg_apf28dev: otg-apf28dev at 0 {\n"
+ "-\t\t\t\tusb0_otg_apf28dev: otg-apf28dev@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tusb0_otg_apf28dev: otg-apf28dev {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -82,7 +86,7 @@
  " \t\t\t\tpinctrl-names = \"default\";\n"
  " \t\t\t\tpinctrl-0 = <&hog_pins_a>;\n"
  " \n"
- "-\t\t\t\thog_pins_a: hog at 0 {\n"
+ "-\t\t\t\thog_pins_a: hog@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\thog_pins_a: hog {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -92,7 +96,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_apx4: lcdif-apx4 at 0 {\n"
+ "-\t\t\t\tlcdif_pins_apx4: lcdif-apx4@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_apx4: lcdif-apx4 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -102,7 +106,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc2_4bit_pins_apx4: mmc2-4bit-apx4 at 0 {\n"
+ "-\t\t\t\tmmc2_4bit_pins_apx4: mmc2-4bit-apx4@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc2_4bit_pins_apx4: mmc2-4bit-apx4 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -112,7 +116,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc2_sck_cfg_apx4: mmc2-sck-cfg-apx4 at 0 {\n"
+ "-\t\t\t\tmmc2_sck_cfg_apx4: mmc2-sck-cfg-apx4@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc2_sck_cfg_apx4: mmc2-sck-cfg-apx4 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -123,10 +127,10 @@
  "--- a/arch/arm/boot/dts/imx28-cfa10036.dts\n"
  "+++ b/arch/arm/boot/dts/imx28-cfa10036.dts\n"
  "@@ -23,8 +23,7 @@\n"
- " \tapb at 80000000 {\n"
- " \t\tapbh at 80000000 {\n"
- " \t\t\tpinctrl at 80018000 {\n"
- "-\t\t\t\tssd1306_cfa10036: ssd1306-10036 at 0 {\n"
+ " \tapb@80000000 {\n"
+ " \t\tapbh@80000000 {\n"
+ " \t\t\tpinctrl@80018000 {\n"
+ "-\t\t\t\tssd1306_cfa10036: ssd1306-10036@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tssd1306_cfa10036: ssd1306-10036 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -136,7 +140,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tled_pins_cfa10036: leds-10036 at 0 {\n"
+ "-\t\t\t\tled_pins_cfa10036: leds-10036@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tled_pins_cfa10036: leds-10036 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -146,7 +150,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tusb0_otg_cfa10036: otg-10036 at 0 {\n"
+ "-\t\t\t\tusb0_otg_cfa10036: otg-10036@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tusb0_otg_cfa10036: otg-10036 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -156,7 +160,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc_pwr_cfa10036: mmc_pwr_cfa10036 at 0 {\n"
+ "-\t\t\t\tmmc_pwr_cfa10036: mmc_pwr_cfa10036@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc_pwr_cfa10036: mmc_pwr_cfa10036 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -167,9 +171,9 @@
  "--- a/arch/arm/boot/dts/imx28-cfa10037.dts\n"
  "+++ b/arch/arm/boot/dts/imx28-cfa10037.dts\n"
  "@@ -22,8 +22,7 @@\n"
- " \tapb at 80000000 {\n"
- " \t\tapbh at 80000000 {\n"
- " \t\t\tpinctrl at 80018000 {\n"
+ " \tapb@80000000 {\n"
+ " \t\tapbh@80000000 {\n"
+ " \t\t\tpinctrl@80018000 {\n"
  "-\t\t\t\tusb_pins_cfa10037: usb-10037@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tusb_pins_cfa10037: usb-10037 {\n"
@@ -180,7 +184,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_pins_cfa10037: mac0-10037 at 0 {\n"
+ "-\t\t\t\tmac0_pins_cfa10037: mac0-10037@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_pins_cfa10037: mac0-10037 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -191,10 +195,10 @@
  "--- a/arch/arm/boot/dts/imx28-cfa10049.dts\n"
  "+++ b/arch/arm/boot/dts/imx28-cfa10049.dts\n"
  "@@ -87,8 +87,7 @@\n"
- " \tapb at 80000000 {\n"
- " \t\tapbh at 80000000 {\n"
- " \t\t\tpinctrl at 80018000 {\n"
- "-\t\t\t\tusb_pins_cfa10049: usb-10049 at 0 {\n"
+ " \tapb@80000000 {\n"
+ " \t\tapbh@80000000 {\n"
+ " \t\t\tpinctrl@80018000 {\n"
+ "-\t\t\t\tusb_pins_cfa10049: usb-10049@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tusb_pins_cfa10049: usb-10049 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -204,7 +208,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\ti2cmux_pins_cfa10049: i2cmux-10049 at 0 {\n"
+ "-\t\t\t\ti2cmux_pins_cfa10049: i2cmux-10049@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\ti2cmux_pins_cfa10049: i2cmux-10049 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -214,7 +218,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_pins_cfa10049: mac0-10049 at 0 {\n"
+ "-\t\t\t\tmac0_pins_cfa10049: mac0-10049@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_pins_cfa10049: mac0-10049 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -224,7 +228,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tpca_pins_cfa10049: pca-10049 at 0 {\n"
+ "-\t\t\t\tpca_pins_cfa10049: pca-10049@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tpca_pins_cfa10049: pca-10049 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -234,7 +238,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\trotary_pins_cfa10049: rotary-10049 at 0 {\n"
+ "-\t\t\t\trotary_pins_cfa10049: rotary-10049@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\trotary_pins_cfa10049: rotary-10049 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -244,7 +248,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\trotary_btn_pins_cfa10049: rotary-btn-10049 at 0 {\n"
+ "-\t\t\t\trotary_btn_pins_cfa10049: rotary-btn-10049@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\trotary_btn_pins_cfa10049: rotary-btn-10049 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -254,7 +258,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tspi2_pins_cfa10049: spi2-cfa10049 at 0 {\n"
+ "-\t\t\t\tspi2_pins_cfa10049: spi2-cfa10049@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tspi2_pins_cfa10049: spi2-cfa10049 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -264,7 +268,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tspi3_pins_cfa10049: spi3-cfa10049 at 0 {\n"
+ "-\t\t\t\tspi3_pins_cfa10049: spi3-cfa10049@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tspi3_pins_cfa10049: spi3-cfa10049 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -274,7 +278,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_18bit_pins_cfa10049: lcdif-18bit at 0 {\n"
+ "-\t\t\t\tlcdif_18bit_pins_cfa10049: lcdif-18bit@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_18bit_pins_cfa10049: lcdif-18bit {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -284,7 +288,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_cfa10049: lcdif-evk at 0 {\n"
+ "-\t\t\t\tlcdif_pins_cfa10049: lcdif-evk@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_cfa10049: lcdif-evk {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -294,7 +298,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_cfa10049_pullup: lcdif-10049-pullup at 0 {\n"
+ "-\t\t\t\tlcdif_pins_cfa10049_pullup: lcdif-10049-pullup@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_cfa10049_pullup: lcdif-10049-pullup {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -304,7 +308,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tw1_gpio_pins: w1-gpio at 0 {\n"
+ "-\t\t\t\tw1_gpio_pins: w1-gpio@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tw1_gpio_pins: w1-gpio {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -315,10 +319,10 @@
  "--- a/arch/arm/boot/dts/imx28-cfa10055.dts\n"
  "+++ b/arch/arm/boot/dts/imx28-cfa10055.dts\n"
  "@@ -23,8 +23,7 @@\n"
- " \tapb at 80000000 {\n"
- " \t\tapbh at 80000000 {\n"
- " \t\t\tpinctrl at 80018000 {\n"
- "-\t\t\t\tspi2_pins_cfa10055: spi2-cfa10055 at 0 {\n"
+ " \tapb@80000000 {\n"
+ " \t\tapbh@80000000 {\n"
+ " \t\t\tpinctrl@80018000 {\n"
+ "-\t\t\t\tspi2_pins_cfa10055: spi2-cfa10055@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tspi2_pins_cfa10055: spi2-cfa10055 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -328,7 +332,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_18bit_pins_cfa10055: lcdif-18bit at 0 {\n"
+ "-\t\t\t\tlcdif_18bit_pins_cfa10055: lcdif-18bit@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_18bit_pins_cfa10055: lcdif-18bit {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -338,7 +342,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_cfa10055: lcdif-evk at 0 {\n"
+ "-\t\t\t\tlcdif_pins_cfa10055: lcdif-evk@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_cfa10055: lcdif-evk {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -348,7 +352,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_cfa10055_pullup: lcdif-10055-pullup at 0 {\n"
+ "-\t\t\t\tlcdif_pins_cfa10055_pullup: lcdif-10055-pullup@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_cfa10055_pullup: lcdif-10055-pullup {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -359,10 +363,10 @@
  "--- a/arch/arm/boot/dts/imx28-cfa10056.dts\n"
  "+++ b/arch/arm/boot/dts/imx28-cfa10056.dts\n"
  "@@ -22,8 +22,7 @@\n"
- " \tapb at 80000000 {\n"
- " \t\tapbh at 80000000 {\n"
- " \t\t\tpinctrl at 80018000 {\n"
- "-\t\t\t\tspi2_pins_cfa10056: spi2-cfa10056 at 0 {\n"
+ " \tapb@80000000 {\n"
+ " \t\tapbh@80000000 {\n"
+ " \t\t\tpinctrl@80018000 {\n"
+ "-\t\t\t\tspi2_pins_cfa10056: spi2-cfa10056@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tspi2_pins_cfa10056: spi2-cfa10056 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -372,7 +376,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_cfa10056: lcdif-10056 at 0 {\n"
+ "-\t\t\t\tlcdif_pins_cfa10056: lcdif-10056@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_cfa10056: lcdif-10056 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -382,7 +386,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_cfa10056_pullup: lcdif-10056-pullup at 0 {\n"
+ "-\t\t\t\tlcdif_pins_cfa10056_pullup: lcdif-10056-pullup@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_cfa10056_pullup: lcdif-10056-pullup {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -393,10 +397,10 @@
  "--- a/arch/arm/boot/dts/imx28-cfa10057.dts\n"
  "+++ b/arch/arm/boot/dts/imx28-cfa10057.dts\n"
  "@@ -23,8 +23,7 @@\n"
- " \tapb at 80000000 {\n"
- " \t\tapbh at 80000000 {\n"
- " \t\t\tpinctrl at 80018000 {\n"
- "-\t\t\t\tusb_pins_cfa10057: usb-10057 at 0 {\n"
+ " \tapb@80000000 {\n"
+ " \t\tapbh@80000000 {\n"
+ " \t\t\tpinctrl@80018000 {\n"
+ "-\t\t\t\tusb_pins_cfa10057: usb-10057@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tusb_pins_cfa10057: usb-10057 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -406,7 +410,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_18bit_pins_cfa10057: lcdif-18bit at 0 {\n"
+ "-\t\t\t\tlcdif_18bit_pins_cfa10057: lcdif-18bit@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_18bit_pins_cfa10057: lcdif-18bit {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -416,7 +420,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_cfa10057: lcdif-evk at 0 {\n"
+ "-\t\t\t\tlcdif_pins_cfa10057: lcdif-evk@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_cfa10057: lcdif-evk {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -427,9 +431,9 @@
  "--- a/arch/arm/boot/dts/imx28-cfa10058.dts\n"
  "+++ b/arch/arm/boot/dts/imx28-cfa10058.dts\n"
  "@@ -23,8 +23,7 @@\n"
- " \tapb at 80000000 {\n"
- " \t\tapbh at 80000000 {\n"
- " \t\t\tpinctrl at 80018000 {\n"
+ " \tapb@80000000 {\n"
+ " \t\tapbh@80000000 {\n"
+ " \t\t\tpinctrl@80018000 {\n"
  "-\t\t\t\tusb_pins_cfa10058: usb-10058@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tusb_pins_cfa10058: usb-10058 {\n"
@@ -440,7 +444,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_cfa10058: lcdif-10058 at 0 {\n"
+ "-\t\t\t\tlcdif_pins_cfa10058: lcdif-10058@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_cfa10058: lcdif-10058 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -454,7 +458,7 @@
  " \t\t\t\tpinctrl-names = \"default\";\n"
  " \t\t\t\tpinctrl-0 = <&hog_pins_a>;\n"
  " \n"
- "-\t\t\t\thog_pins_a: hog at 0 {\n"
+ "-\t\t\t\thog_pins_a: hog@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\thog_pins_a: hog {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -464,7 +468,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset at 0 {\n"
+ "-\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -474,7 +478,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_phy_int_pin: mac0-phy-int at 0 {\n"
+ "-\t\t\t\tmac0_phy_int_pin: mac0-phy-int@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_phy_int_pin: mac0-phy-int {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -484,7 +488,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tled_pins: leds at 0 {\n"
+ "-\t\t\t\tled_pins: leds@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tled_pins: leds {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -498,7 +502,7 @@
  " \t\t\t\tpinctrl-names = \"default\";\n"
  " \t\t\t\tpinctrl-0 = <&hog_pins_a>;\n"
  " \n"
- "-\t\t\t\thog_pins_a: hog at 0 {\n"
+ "-\t\t\t\thog_pins_a: hog@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\thog_pins_a: hog {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -508,7 +512,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset at 0 {\n"
+ "-\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -518,7 +522,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_phy_int_pin: mac0-phy-int at 0 {\n"
+ "-\t\t\t\tmac0_phy_int_pin: mac0-phy-int@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_phy_int_pin: mac0-phy-int {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -528,7 +532,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tled_pins: leds at 0 {\n"
+ "-\t\t\t\tled_pins: leds@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tled_pins: leds {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -538,7 +542,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tenocean_button: enocean-button at 0 {\n"
+ "-\t\t\t\tenocean_button: enocean-button@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tenocean_button: enocean-button {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -552,7 +556,7 @@
  " \t\t\t\tpinctrl-names = \"default\";\n"
  " \t\t\t\tpinctrl-0 = <&hog_pins_a>;\n"
  " \n"
- "-\t\t\t\thog_pins_a: hog at 0 {\n"
+ "-\t\t\t\thog_pins_a: hog@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\thog_pins_a: hog {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -562,7 +566,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset at 0 {\n"
+ "-\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -572,7 +576,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_phy_int_pin: mac0-phy-int at 0 {\n"
+ "-\t\t\t\tmac0_phy_int_pin: mac0-phy-int@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_phy_int_pin: mac0-phy-int {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -582,7 +586,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tled_pins: led at 0 {\n"
+ "-\t\t\t\tled_pins: led@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tled_pins: led {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -592,7 +596,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tqca7000_pins: qca7000 at 0 {\n"
+ "-\t\t\t\tqca7000_pins: qca7000@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tqca7000_pins: qca7000 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -606,7 +610,7 @@
  " \t\t\t\tpinctrl-names = \"default\";\n"
  " \t\t\t\tpinctrl-0 = <&hog_pins_a>;\n"
  " \n"
- "-\t\t\t\thog_pins_a: hog at 0 {\n"
+ "-\t\t\t\thog_pins_a: hog@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\thog_pins_a: hog {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -616,7 +620,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset at 0 {\n"
+ "-\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -626,7 +630,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_phy_int_pin: mac0-phy-int at 0 {\n"
+ "-\t\t\t\tmac0_phy_int_pin: mac0-phy-int@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_phy_int_pin: mac0-phy-int {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -636,7 +640,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tled_pins: leds at 0 {\n"
+ "-\t\t\t\tled_pins: leds@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tled_pins: leds {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -650,7 +654,7 @@
  " \t\t\t\tpinctrl-names = \"default\";\n"
  " \t\t\t\tpinctrl-0 = <&hog_pins_a>;\n"
  " \n"
- "-\t\t\t\thog_pins_a: hog at 0 {\n"
+ "-\t\t\t\thog_pins_a: hog@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\thog_pins_a: hog {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -660,7 +664,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset at 0 {\n"
+ "-\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_phy_reset_pin: mac0-phy-reset {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -670,7 +674,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tled_pins: leds at 0 {\n"
+ "-\t\t\t\tled_pins: leds@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tled_pins: leds {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -684,7 +688,7 @@
  " \tpinctrl-names = \"default\";\n"
  " \tpinctrl-0 = <&hog_pins_cpuimx283>;\n"
  " \n"
- "-\thog_pins_cpuimx283: hog-cpuimx283 at 0 {\n"
+ "-\thog_pins_cpuimx283: hog-cpuimx283@0 {\n"
  "-\t\treg = <0>;\n"
  "+\thog_pins_cpuimx283: hog-cpuimx283 {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -698,7 +702,7 @@
  " &pinctrl {\n"
  " \tpinctrl-names = \"default\";\n"
  " \tpinctrl-0 = <&hog_pins_cpuimx283 &hog_pins_cpuimx287>;\n"
- "-\thog_pins_cpuimx287: hog-cpuimx287 at 0 {\n"
+ "-\thog_pins_cpuimx287: hog-cpuimx287@0 {\n"
  "-\t\treg = <0>;\n"
  "+\thog_pins_cpuimx287: hog-cpuimx287 {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -712,7 +716,7 @@
  " };\n"
  " \n"
  " &pinctrl {\n"
- "-\tgpio_button_sw3_pins_mbmx28lc: gpio-button-sw3-mbmx28lc at 0 {\n"
+ "-\tgpio_button_sw3_pins_mbmx28lc: gpio-button-sw3-mbmx28lc@0 {\n"
  "-\t\treg = <0>;\n"
  "+\tgpio_button_sw3_pins_mbmx28lc: gpio-button-sw3-mbmx28lc {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -722,7 +726,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\tgpio_button_sw4_pins_mbmx28lc: gpio-button-sw4-mbmx28lc at 0 {\n"
+ "-\tgpio_button_sw4_pins_mbmx28lc: gpio-button-sw4-mbmx28lc@0 {\n"
  "-\t\treg = <0>;\n"
  "+\tgpio_button_sw4_pins_mbmx28lc: gpio-button-sw4-mbmx28lc {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -732,7 +736,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\tlcdif_pins_mbmx28lc: lcdif-mbmx28lc at 0 {\n"
+ "-\tlcdif_pins_mbmx28lc: lcdif-mbmx28lc@0 {\n"
  "-\t\treg = <0>;\n"
  "+\tlcdif_pins_mbmx28lc: lcdif-mbmx28lc {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -742,7 +746,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\tled_d6_pins_mbmx28lc: led-d6-mbmx28lc at 0 {\n"
+ "-\tled_d6_pins_mbmx28lc: led-d6-mbmx28lc@0 {\n"
  "-\t\treg = <0>;\n"
  "+\tled_d6_pins_mbmx28lc: led-d6-mbmx28lc {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -752,7 +756,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\tled_d7_pins_mbmx28lc: led-d7-mbmx28lc at 0 {\n"
+ "-\tled_d7_pins_mbmx28lc: led-d7-mbmx28lc@0 {\n"
  "-\t\treg = <0>;\n"
  "+\tled_d7_pins_mbmx28lc: led-d7-mbmx28lc {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -762,7 +766,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\treg_lcd_3v3_pins_mbmx28lc: lcd-3v3-mbmx28lc at 0 {\n"
+ "-\treg_lcd_3v3_pins_mbmx28lc: lcd-3v3-mbmx28lc@0 {\n"
  "-\t\treg = <0>;\n"
  "+\treg_lcd_3v3_pins_mbmx28lc: lcd-3v3-mbmx28lc {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -772,7 +776,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\treg_usb0_vbus_pins_mbmx28lc: reg-usb0-vbus-mbmx28lc at 0 {\n"
+ "-\treg_usb0_vbus_pins_mbmx28lc: reg-usb0-vbus-mbmx28lc@0 {\n"
  "-\t\treg = <0>;\n"
  "+\treg_usb0_vbus_pins_mbmx28lc: reg-usb0-vbus-mbmx28lc {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -782,7 +786,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\treg_usb1_vbus_pins_mbmx28lc: reg-usb1-vbus-mbmx28lc at 0 {\n"
+ "-\treg_usb1_vbus_pins_mbmx28lc: reg-usb1-vbus-mbmx28lc@0 {\n"
  "-\t\treg = <0>;\n"
  "+\treg_usb1_vbus_pins_mbmx28lc: reg-usb1-vbus-mbmx28lc {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -796,7 +800,7 @@
  " \t\t\t\tpinctrl-names = \"default\";\n"
  " \t\t\t\tpinctrl-0 = <&hog_pins_a>;\n"
  " \n"
- "-\t\t\t\thog_pins_a: hog at 0 {\n"
+ "-\t\t\t\thog_pins_a: hog@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\thog_pins_a: hog {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -806,7 +810,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tled_pin_gpio3_5: led_gpio3_5 at 0 {\n"
+ "-\t\t\t\tled_pin_gpio3_5: led_gpio3_5@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tled_pin_gpio3_5: led_gpio3_5 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -816,7 +820,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tgpmi_pins_evk: gpmi-nand-evk at 0 {\n"
+ "-\t\t\t\tgpmi_pins_evk: gpmi-nand-evk@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tgpmi_pins_evk: gpmi-nand-evk {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -826,7 +830,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_evk: lcdif-evk at 0 {\n"
+ "-\t\t\t\tlcdif_pins_evk: lcdif-evk@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_evk: lcdif-evk {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -840,7 +844,7 @@
  " \t\t\t\tpinctrl-names = \"default\";\n"
  " \t\t\t\tpinctrl-0 = <&hog_pins_a>;\n"
  " \n"
- "-\t\t\t\thog_pins_a: hog at 0 {\n"
+ "-\t\t\t\thog_pins_a: hog@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\thog_pins_a: hog {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -850,7 +854,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_m28: lcdif-m28 at 0 {\n"
+ "-\t\t\t\tlcdif_pins_m28: lcdif-m28@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_m28: lcdif-m28 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -860,7 +864,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tled_pins_gpio: leds-m28 at 0 {\n"
+ "-\t\t\t\tled_pins_gpio: leds-m28@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tled_pins_gpio: leds-m28 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -874,7 +878,7 @@
  " \t\t\t\tpinctrl-names = \"default\";\n"
  " \t\t\t\tpinctrl-0 = <&hog_pins_a>;\n"
  " \n"
- "-\t\t\t\thog_pins_a: hog at 0 {\n"
+ "-\t\t\t\thog_pins_a: hog@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\thog_pins_a: hog {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -884,7 +888,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_pins_m28: lcdif-m28 at 0 {\n"
+ "-\t\t\t\tlcdif_pins_m28: lcdif-m28@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_pins_m28: lcdif-m28 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -898,7 +902,7 @@
  " \t\t\t\tpinctrl-names = \"default\";\n"
  " \t\t\t\tpinctrl-0 = <&hog_pins_a>;\n"
  " \n"
- "-\t\t\t\thog_pins_a: hog-gpios at 0 {\n"
+ "-\t\t\t\thog_pins_a: hog-gpios@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\thog_pins_a: hog-gpios {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -910,7 +914,7 @@
  "+++ b/arch/arm/boot/dts/imx28-ts4600.dts\n"
  "@@ -39,8 +39,7 @@\n"
  " \n"
- " \t\t\tpinctrl at 80018000 {\n"
+ " \t\t\tpinctrl@80018000 {\n"
  " \n"
  "-\t\t\t\ten_sd_pwr: en-sd-pwr@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
@@ -926,7 +930,7 @@
  " \tpinctrl-names = \"default\";\n"
  " \tpinctrl-0 = <&hog_pins_a>;\n"
  " \n"
- "-\thog_pins_a: hog at 0 {\n"
+ "-\thog_pins_a: hog@0 {\n"
  "-\t\treg = <0>;\n"
  "+\thog_pins_a: hog {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -936,7 +940,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\ttx28_edt_ft5x06_pins: tx28-edt-ft5x06-pins at 0 {\n"
+ "-\ttx28_edt_ft5x06_pins: tx28-edt-ft5x06-pins@0 {\n"
  "-\t\treg = <0>;\n"
  "+\ttx28_edt_ft5x06_pins: tx28-edt-ft5x06-pins {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -946,7 +950,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\ttx28_flexcan_xcvr_pins: tx28-flexcan-xcvr-pins at 0 {\n"
+ "-\ttx28_flexcan_xcvr_pins: tx28-flexcan-xcvr-pins@0 {\n"
  "-\t\treg = <0>;\n"
  "+\ttx28_flexcan_xcvr_pins: tx28-flexcan-xcvr-pins {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -956,7 +960,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\ttx28_lcdif_23bit_pins: tx28-lcdif-23bit at 0 {\n"
+ "-\ttx28_lcdif_23bit_pins: tx28-lcdif-23bit@0 {\n"
  "-\t\treg = <0>;\n"
  "+\ttx28_lcdif_23bit_pins: tx28-lcdif-23bit {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -966,7 +970,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\ttx28_lcdif_ctrl_pins: tx28-lcdif-ctrl at 0 {\n"
+ "-\ttx28_lcdif_ctrl_pins: tx28-lcdif-ctrl@0 {\n"
  "-\t\treg = <0>;\n"
  "+\ttx28_lcdif_ctrl_pins: tx28-lcdif-ctrl {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -976,7 +980,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\ttx28_mac0_pins_gpio: tx28-mac0-gpio-pins at 0 {\n"
+ "-\ttx28_mac0_pins_gpio: tx28-mac0-gpio-pins@0 {\n"
  "-\t\treg = <0>;\n"
  "+\ttx28_mac0_pins_gpio: tx28-mac0-gpio-pins {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -986,7 +990,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\ttx28_pca9554_pins: tx28-pca9554-pins at 0 {\n"
+ "-\ttx28_pca9554_pins: tx28-pca9554-pins@0 {\n"
  "-\t\treg = <0>;\n"
  "+\ttx28_pca9554_pins: tx28-pca9554-pins {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -996,7 +1000,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\ttx28_spi_gpio_pins: spi-gpiogrp at 0 {\n"
+ "-\ttx28_spi_gpio_pins: spi-gpiogrp@0 {\n"
  "-\t\treg = <0>;\n"
  "+\ttx28_spi_gpio_pins: spi-gpiogrp {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -1006,7 +1010,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\ttx28_tsc2007_pins: tx28-tsc2007-pins at 0 {\n"
+ "-\ttx28_tsc2007_pins: tx28-tsc2007-pins@0 {\n"
  "-\t\treg = <0>;\n"
  "+\ttx28_tsc2007_pins: tx28-tsc2007-pins {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -1016,7 +1020,7 @@
  " \t};\n"
  " \n"
  " \n"
- "-\ttx28_usbphy0_pins: tx28-usbphy0-pins at 0 {\n"
+ "-\ttx28_usbphy0_pins: tx28-usbphy0-pins@0 {\n"
  "-\t\treg = <0>;\n"
  "+\ttx28_usbphy0_pins: tx28-usbphy0-pins {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -1026,7 +1030,7 @@
  " \t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t};\n"
  " \n"
- "-\ttx28_usbphy1_pins: tx28-usbphy1-pins at 0 {\n"
+ "-\ttx28_usbphy1_pins: tx28-usbphy1-pins@0 {\n"
  "-\t\treg = <0>;\n"
  "+\ttx28_usbphy1_pins: tx28-usbphy1-pins {\n"
  " \t\tfsl,pinmux-ids = <\n"
@@ -1045,7 +1049,7 @@
  " \t\t\t\tcompatible = \"fsl,imx28-pinctrl\", \"simple-bus\";\n"
  " \t\t\t\treg = <0x80018000 0x2000>;\n"
  " \n"
- "-\t\t\t\tgpio0: gpio at 0 {\n"
+ "-\t\t\t\tgpio0: gpio@0 {\n"
  "+\t\t\t\tgpio0: gpio0 {\n"
  " \t\t\t\t\tcompatible = \"fsl,imx28-gpio\", \"fsl,mxs-gpio\";\n"
  "-\t\t\t\t\treg = <0>;\n"
@@ -1056,7 +1060,7 @@
  " \t\t\t\t\t#interrupt-cells = <2>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tgpio1: gpio at 1 {\n"
+ "-\t\t\t\tgpio1: gpio@1 {\n"
  "+\t\t\t\tgpio1: gpio1 {\n"
  " \t\t\t\t\tcompatible = \"fsl,imx28-gpio\", \"fsl,mxs-gpio\";\n"
  "-\t\t\t\t\treg = <1>;\n"
@@ -1067,7 +1071,7 @@
  " \t\t\t\t\t#interrupt-cells = <2>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tgpio2: gpio at 2 {\n"
+ "-\t\t\t\tgpio2: gpio@2 {\n"
  "+\t\t\t\tgpio2: gpio2 {\n"
  " \t\t\t\t\tcompatible = \"fsl,imx28-gpio\", \"fsl,mxs-gpio\";\n"
  "-\t\t\t\t\treg = <2>;\n"
@@ -1078,7 +1082,7 @@
  " \t\t\t\t\t#interrupt-cells = <2>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tgpio3: gpio at 3 {\n"
+ "-\t\t\t\tgpio3: gpio@3 {\n"
  "+\t\t\t\tgpio3: gpio3 {\n"
  " \t\t\t\t\tcompatible = \"fsl,imx28-gpio\", \"fsl,mxs-gpio\";\n"
  "-\t\t\t\t\treg = <3>;\n"
@@ -1089,7 +1093,7 @@
  " \t\t\t\t\t#interrupt-cells = <2>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tgpio4: gpio at 4 {\n"
+ "-\t\t\t\tgpio4: gpio@4 {\n"
  "+\t\t\t\tgpio4: gpio4 {\n"
  " \t\t\t\t\tcompatible = \"fsl,imx28-gpio\", \"fsl,mxs-gpio\";\n"
  "-\t\t\t\t\treg = <4>;\n"
@@ -1100,7 +1104,7 @@
  " \t\t\t\t\t#interrupt-cells = <2>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tduart_pins_a: duart at 0 {\n"
+ "-\t\t\t\tduart_pins_a: duart@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tduart_pins_a: duart0 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1110,7 +1114,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tduart_pins_b: duart at 1 {\n"
+ "-\t\t\t\tduart_pins_b: duart@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\tduart_pins_b: duart1 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1120,7 +1124,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tduart_4pins_a: duart-4pins at 0 {\n"
+ "-\t\t\t\tduart_4pins_a: duart-4pins@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tduart_4pins_a: duart-4pins {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1130,7 +1134,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tgpmi_pins_a: gpmi-nand at 0 {\n"
+ "-\t\t\t\tgpmi_pins_a: gpmi-nand@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tgpmi_pins_a: gpmi-nand {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1140,7 +1144,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tgpmi_status_cfg: gpmi-status-cfg at 0 {\n"
+ "-\t\t\t\tgpmi_status_cfg: gpmi-status-cfg@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tgpmi_status_cfg: gpmi-status-cfg {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1150,7 +1154,7 @@
  " \t\t\t\t\tfsl,drive-strength = <MXS_DRIVE_12mA>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart0_pins_a: auart0 at 0 {\n"
+ "-\t\t\t\tauart0_pins_a: auart0@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tauart0_pins_a: auart0 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1160,7 +1164,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart0_2pins_a: auart0-2pins at 0 {\n"
+ "-\t\t\t\tauart0_2pins_a: auart0-2pins@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tauart0_2pins_a: auart0-2pins {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1170,7 +1174,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart1_pins_a: auart1 at 0 {\n"
+ "-\t\t\t\tauart1_pins_a: auart1@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tauart1_pins_a: auart1 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1180,7 +1184,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart1_2pins_a: auart1-2pins at 0 {\n"
+ "-\t\t\t\tauart1_2pins_a: auart1-2pins@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tauart1_2pins_a: auart1-2pins {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1190,7 +1194,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart2_2pins_a: auart2-2pins at 0 {\n"
+ "-\t\t\t\tauart2_2pins_a: auart2-2pins@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tauart2_2pins_a: auart2-2pins {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1200,7 +1204,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart2_2pins_b: auart2-2pins at 1 {\n"
+ "-\t\t\t\tauart2_2pins_b: auart2-2pins@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\tauart2_2pins_b: auart2-2pinsb {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1210,7 +1214,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart2_pins_a: auart2-pins at 0 {\n"
+ "-\t\t\t\tauart2_pins_a: auart2-pins@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tauart2_pins_a: auart2-pins {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1220,7 +1224,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart3_pins_a: auart3 at 0 {\n"
+ "-\t\t\t\tauart3_pins_a: auart3@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tauart3_pins_a: auart3 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1230,7 +1234,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart3_2pins_a: auart3-2pins at 0 {\n"
+ "-\t\t\t\tauart3_2pins_a: auart3-2pins@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tauart3_2pins_a: auart3-2pins {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1240,7 +1244,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart3_2pins_b: auart3-2pins at 1 {\n"
+ "-\t\t\t\tauart3_2pins_b: auart3-2pins@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\tauart3_2pins_b: auart3-2pinsb {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1250,7 +1254,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart4_2pins_a: auart4 at 0 {\n"
+ "-\t\t\t\tauart4_2pins_a: auart4@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tauart4_2pins_a: auart4 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1260,7 +1264,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tauart4_2pins_b: auart4 at 1 {\n"
+ "-\t\t\t\tauart4_2pins_b: auart4@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\tauart4_2pins_b: auart4b {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1270,7 +1274,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_pins_a: mac0 at 0 {\n"
+ "-\t\t\t\tmac0_pins_a: mac0@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac0_pins_a: mac0 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1280,7 +1284,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac0_pins_b: mac0 at 1 {\n"
+ "-\t\t\t\tmac0_pins_b: mac0@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\tmac0_pins_b: mac0b {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1290,7 +1294,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmac1_pins_a: mac1 at 0 {\n"
+ "-\t\t\t\tmac1_pins_a: mac1@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmac1_pins_a: mac1 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1300,7 +1304,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc0_8bit_pins_a: mmc0-8bit at 0 {\n"
+ "-\t\t\t\tmmc0_8bit_pins_a: mmc0-8bit@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc0_8bit_pins_a: mmc0-8bit {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1310,7 +1314,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc0_4bit_pins_a: mmc0-4bit at 0 {\n"
+ "-\t\t\t\tmmc0_4bit_pins_a: mmc0-4bit@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc0_4bit_pins_a: mmc0-4bit {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1320,7 +1324,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc0_cd_cfg: mmc0-cd-cfg at 0 {\n"
+ "-\t\t\t\tmmc0_cd_cfg: mmc0-cd-cfg@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc0_cd_cfg: mmc0-cd-cfg {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1329,7 +1333,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc0_sck_cfg: mmc0-sck-cfg at 0 {\n"
+ "-\t\t\t\tmmc0_sck_cfg: mmc0-sck-cfg@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc0_sck_cfg: mmc0-sck-cfg {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1339,7 +1343,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc1_4bit_pins_a: mmc1-4bit at 0 {\n"
+ "-\t\t\t\tmmc1_4bit_pins_a: mmc1-4bit@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc1_4bit_pins_a: mmc1-4bit {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1349,7 +1353,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc1_cd_cfg: mmc1-cd-cfg at 0 {\n"
+ "-\t\t\t\tmmc1_cd_cfg: mmc1-cd-cfg@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc1_cd_cfg: mmc1-cd-cfg {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1358,7 +1362,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc1_sck_cfg: mmc1-sck-cfg at 0 {\n"
+ "-\t\t\t\tmmc1_sck_cfg: mmc1-sck-cfg@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc1_sck_cfg: mmc1-sck-cfg {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1368,7 +1372,7 @@
  " \t\t\t\t};\n"
  " \n"
  " \n"
- "-\t\t\t\tmmc2_4bit_pins_a: mmc2-4bit at 0 {\n"
+ "-\t\t\t\tmmc2_4bit_pins_a: mmc2-4bit@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc2_4bit_pins_a: mmc2-4bit {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1378,7 +1382,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc2_4bit_pins_b: mmc2-4bit at 1 {\n"
+ "-\t\t\t\tmmc2_4bit_pins_b: mmc2-4bit@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\tmmc2_4bit_pins_b: mmc2-4bitb {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1388,7 +1392,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc2_cd_cfg: mmc2-cd-cfg at 0 {\n"
+ "-\t\t\t\tmmc2_cd_cfg: mmc2-cd-cfg@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc2_cd_cfg: mmc2-cd-cfg {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1397,7 +1401,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc2_sck_cfg_a: mmc2-sck-cfg at 0 {\n"
+ "-\t\t\t\tmmc2_sck_cfg_a: mmc2-sck-cfg@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tmmc2_sck_cfg_a: mmc2-sck-cfg {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1407,7 +1411,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tmmc2_sck_cfg_b: mmc2-sck-cfg at 1 {\n"
+ "-\t\t\t\tmmc2_sck_cfg_b: mmc2-sck-cfg@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\tmmc2_sck_cfg_b: mmc2-sck-cfgb {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1417,7 +1421,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\ti2c0_pins_a: i2c0 at 0 {\n"
+ "-\t\t\t\ti2c0_pins_a: i2c0@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\ti2c0_pins_a: i2c0 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1427,7 +1431,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\ti2c0_pins_b: i2c0 at 1 {\n"
+ "-\t\t\t\ti2c0_pins_b: i2c0@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\ti2c0_pins_b: i2c0b {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1437,7 +1441,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\ti2c1_pins_a: i2c1 at 0 {\n"
+ "-\t\t\t\ti2c1_pins_a: i2c1@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\ti2c1_pins_a: i2c1 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1447,7 +1451,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\ti2c1_pins_b: i2c1 at 1 {\n"
+ "-\t\t\t\ti2c1_pins_b: i2c1@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\ti2c1_pins_b: i2c1n {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1457,7 +1461,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tsaif0_pins_a: saif0 at 0 {\n"
+ "-\t\t\t\tsaif0_pins_a: saif0@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tsaif0_pins_a: saif0 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1467,7 +1471,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tsaif0_pins_b: saif0 at 1 {\n"
+ "-\t\t\t\tsaif0_pins_b: saif0@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\tsaif0_pins_b: saif0b {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1477,7 +1481,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tsaif1_pins_a: saif1 at 0 {\n"
+ "-\t\t\t\tsaif1_pins_a: saif1@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tsaif1_pins_a: saif1 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1487,7 +1491,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tpwm0_pins_a: pwm0 at 0 {\n"
+ "-\t\t\t\tpwm0_pins_a: pwm0@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tpwm0_pins_a: pwm0 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1497,7 +1501,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tpwm2_pins_a: pwm2 at 0 {\n"
+ "-\t\t\t\tpwm2_pins_a: pwm2@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tpwm2_pins_a: pwm2 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1507,7 +1511,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tpwm3_pins_a: pwm3 at 0 {\n"
+ "-\t\t\t\tpwm3_pins_a: pwm3@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tpwm3_pins_a: pwm3 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1517,7 +1521,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tpwm3_pins_b: pwm3 at 1 {\n"
+ "-\t\t\t\tpwm3_pins_b: pwm3@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\tpwm3_pins_b: pwm3b {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1527,7 +1531,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tpwm4_pins_a: pwm4 at 0 {\n"
+ "-\t\t\t\tpwm4_pins_a: pwm4@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tpwm4_pins_a: pwm4 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1537,7 +1541,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_24bit_pins_a: lcdif-24bit at 0 {\n"
+ "-\t\t\t\tlcdif_24bit_pins_a: lcdif-24bit@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_24bit_pins_a: lcdif-24bit {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1547,7 +1551,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_18bit_pins_a: lcdif-18bit at 0 {\n"
+ "-\t\t\t\tlcdif_18bit_pins_a: lcdif-18bit@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_18bit_pins_a: lcdif-18bit {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1557,7 +1561,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_16bit_pins_a: lcdif-16bit at 0 {\n"
+ "-\t\t\t\tlcdif_16bit_pins_a: lcdif-16bit@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_16bit_pins_a: lcdif-16bit {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1567,7 +1571,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tlcdif_sync_pins_a: lcdif-sync at 0 {\n"
+ "-\t\t\t\tlcdif_sync_pins_a: lcdif-sync@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tlcdif_sync_pins_a: lcdif-sync {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1577,7 +1581,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tcan0_pins_a: can0 at 0 {\n"
+ "-\t\t\t\tcan0_pins_a: can0@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tcan0_pins_a: can0 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1587,7 +1591,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tcan1_pins_a: can1 at 0 {\n"
+ "-\t\t\t\tcan1_pins_a: can1@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tcan1_pins_a: can1 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1597,7 +1601,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tspi2_pins_a: spi2 at 0 {\n"
+ "-\t\t\t\tspi2_pins_a: spi2@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tspi2_pins_a: spi2 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1607,7 +1611,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tspi3_pins_a: spi3 at 0 {\n"
+ "-\t\t\t\tspi3_pins_a: spi3@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tspi3_pins_a: spi3 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1617,7 +1621,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tspi3_pins_b: spi3 at 1 {\n"
+ "-\t\t\t\tspi3_pins_b: spi3@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\tspi3_pins_b: spi3b {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1627,7 +1631,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tusb0_pins_a: usb0 at 0 {\n"
+ "-\t\t\t\tusb0_pins_a: usb0@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tusb0_pins_a: usb0 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1637,7 +1641,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tusb0_pins_b: usb0 at 1 {\n"
+ "-\t\t\t\tusb0_pins_b: usb0@1 {\n"
  "-\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\tusb0_pins_b: usb0b {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1647,7 +1651,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tusb1_pins_a: usb1 at 0 {\n"
+ "-\t\t\t\tusb1_pins_a: usb1@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tusb1_pins_a: usb1 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1657,7 +1661,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_DISABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tusb0_id_pins_a: usb0id at 0 {\n"
+ "-\t\t\t\tusb0_id_pins_a: usb0id@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tusb0_id_pins_a: usb0id {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1667,7 +1671,7 @@
  " \t\t\t\t\tfsl,pull-up = <MXS_PULL_ENABLE>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tusb0_id_pins_b: usb0id1 at 0 {\n"
+ "-\t\t\t\tusb0_id_pins_b: usb0id1@0 {\n"
  "-\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\tusb0_id_pins_b: usb0id1 {\n"
  " \t\t\t\t\tfsl,pinmux-ids = <\n"
@@ -1676,4 +1680,4 @@
  "-- \n"
  2.7.4
 
-027277537267a30b22b28ed0f1e84cea0c86d52c0005eed198998b3a2a6f0c5d
+7633800d22e2b210ce0990529e2110c24b61b78bb5167a169bd5d0fe963fe85e

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.