All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20240522192524.3286237-15-eajames@linux.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index 1c0f419..f6d3b5d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -66,7 +66,7 @@ index 0000000000000..a170b4b7c0fb7
 +		stdout-path = &uart5;
 +	};
 +
-+	memory at 80000000 {
++	memory@80000000 {
 +		device_type = "memory";
 +		reg = <0x80000000 0x40000000>;
 +	};
@@ -76,12 +76,12 @@ index 0000000000000..a170b4b7c0fb7
 +		#size-cells = <1>;
 +		ranges;
 +
-+		event_log: region at b3d00000 {
++		event_log: region@b3d00000 {
 +			reg = <0xb3d00000 0x100000>;
 +			no-map;
 +		};
 +
-+		ramoops at b3e00000 {
++		ramoops@b3e00000 {
 +			compatible = "ramoops";
 +			reg = <0xb3e00000 0x200000>; /* 16 * (4 * 0x8000) */
 +			record-size = <0x8000>;
@@ -92,13 +92,13 @@ index 0000000000000..a170b4b7c0fb7
 +		};
 +
 +		/* LPC FW cycle bridge region requires natural alignment */
-+		flash_memory: region at b4000000 {
++		flash_memory: region@b4000000 {
 +			reg = <0xb4000000 0x04000000>; /* 64M */
 +			no-map;
 +		};
 +
 +		/* VGA region is dictated by hardware strapping */
-+		vga_memory: region at bf000000 {
++		vga_memory: region@bf000000 {
 +			compatible = "shared-dma-pool";
 +			reg = <0xbf000000 0x01000000>;  /* 16M */
 +			no-map;
@@ -114,25 +114,25 @@ index 0000000000000..a170b4b7c0fb7
 +		mux-gpios = <&gpio0 ASPEED_GPIO(G, 4) GPIO_ACTIVE_HIGH>,
 +			    <&gpio0 ASPEED_GPIO(G, 5) GPIO_ACTIVE_HIGH>;
 +
-+		i2c2mux0: i2c at 0 {
++		i2c2mux0: i2c@0 {
 +			reg = <0>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +		};
 +
-+		i2c2mux1: i2c at 1 {
++		i2c2mux1: i2c@1 {
 +			reg = <1>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +		};
 +
-+		i2c2mux2: i2c at 2 {
++		i2c2mux2: i2c@2 {
 +			reg = <2>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +		};
 +
-+		i2c2mux3: i2c at 3 {
++		i2c2mux3: i2c@3 {
 +			reg = <3>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
@@ -294,12 +294,12 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c0 {
 +	status = "okay";
 +
-+	eeprom at 51 {
++	eeprom@51 {
 +		compatible = "atmel,24c64";
 +		reg = <0x51>;
 +	};
 +
-+	gpio at 20 {
++	gpio@20 {
 +		compatible = "ti,tca9554";
 +		reg = <0x20>;
 +		gpio-controller;
@@ -327,17 +327,17 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c3 {
 +	status = "okay";
 +
-+	power-supply at 68 {
++	power-supply@68 {
 +		compatible = "ibm,cffps";
 +		reg = <0x68>;
 +	};
 +
-+	power-supply at 69 {
++	power-supply@69 {
 +		compatible = "ibm,cffps";
 +		reg = <0x69>;
 +	};
 +
-+	led-controller at 61 {
++	led-controller@61 {
 +		compatible = "nxp,pca9552";
 +		reg = <0x61>;
 +		#address-cells = <1>;
@@ -358,39 +358,39 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c4 {
 +	status = "okay";
 +
-+	temperature-sensor at 48 {
++	temperature-sensor@48 {
 +		compatible = "ti,tmp275";
 +		reg = <0x48>;
 +	};
 +
-+	temperature-sensor at 49 {
++	temperature-sensor@49 {
 +		compatible = "ti,tmp275";
 +		reg = <0x49>;
 +	};
 +
-+	temperature-sensor at 4a {
++	temperature-sensor@4a {
 +		compatible = "ti,tmp275";
 +		reg = <0x4a>;
 +	};
 +
-+	i2c-mux at 70 {
++	i2c-mux@70 {
 +		compatible = "nxp,pca9546";
 +		reg = <0x70>;
 +		#address-cells = <1>;
 +		#size-cells = <0>;
 +		i2c-mux-idle-disconnect;
 +
-+		i2c4mux0chn0: i2c at 0 {
++		i2c4mux0chn0: i2c@0 {
 +			reg = <0>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			eeprom at 50 {
++			eeprom@50 {
 +				compatible = "atmel,24c64";
 +				reg = <0x50>;
 +			};
 +
-+			led-controller at 60 {
++			led-controller@60 {
 +				compatible = "nxp,pca9551";
 +				reg = <0x60>;
 +				#address-cells = <1>;
@@ -398,7 +398,7 @@ index 0000000000000..a170b4b7c0fb7
 +				gpio-controller;
 +				#gpio-cells = <2>;
 +
-+				led at 0 {
++				led@0 {
 +					reg = <0>;
 +					default-state = "keep";
 +					label = "cablecard0-cxp-top";
@@ -406,7 +406,7 @@ index 0000000000000..a170b4b7c0fb7
 +					type = <PCA955X_TYPE_LED>;
 +				};
 +
-+				led at 1 {
++				led@1 {
 +					reg = <1>;
 +					default-state = "keep";
 +					label = "cablecard0-cxp-bot";
@@ -416,23 +416,23 @@ index 0000000000000..a170b4b7c0fb7
 +			};
 +		};
 +
-+		i2c4mux0chn1: i2c at 1 {
++		i2c4mux0chn1: i2c@1 {
 +			reg = <1>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			eeprom at 51 {
++			eeprom@51 {
 +				compatible = "atmel,24c64";
 +				reg = <0x51>;
 +			};
 +		};
 +
-+		i2c4mux0chn2: i2c at 2 {
++		i2c4mux0chn2: i2c@2 {
 +			reg = <2>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			eeprom at 52 {
++			eeprom@52 {
 +				compatible = "atmel,24c64";
 +				reg = <0x52>;
 +			};
@@ -443,34 +443,34 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c5 {
 +	status = "okay";
 +
-+	temperature-sensor at 48 {
++	temperature-sensor@48 {
 +		compatible = "ti,tmp275";
 +		reg = <0x48>;
 +	};
 +
-+	temperature-sensor at 49 {
++	temperature-sensor@49 {
 +		compatible = "ti,tmp275";
 +		reg = <0x49>;
 +	};
 +
-+	i2c-mux at 70 {
++	i2c-mux@70 {
 +		compatible = "nxp,pca9546";
 +		reg = <0x70>;
 +		#address-cells = <1>;
 +		#size-cells = <0>;
 +		i2c-mux-idle-disconnect;
 +
-+		i2c5mux0chn0: i2c at 0 {
++		i2c5mux0chn0: i2c@0 {
 +			reg = <0>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			eeprom at 50 {
++			eeprom@50 {
 +				compatible = "atmel,24c64";
 +				reg = <0x50>;
 +			};
 +
-+			led-controller at 60 {
++			led-controller@60 {
 +				compatible = "nxp,pca9551";
 +				reg = <0x60>;
 +				#address-cells = <1>;
@@ -478,7 +478,7 @@ index 0000000000000..a170b4b7c0fb7
 +				gpio-controller;
 +				#gpio-cells = <2>;
 +
-+				led at 0 {
++				led@0 {
 +					reg = <0>;
 +					default-state = "keep";
 +					label = "cablecard3-cxp-top";
@@ -486,7 +486,7 @@ index 0000000000000..a170b4b7c0fb7
 +					type = <PCA955X_TYPE_LED>;
 +				};
 +
-+				led at 1 {
++				led@1 {
 +					reg = <1>;
 +					default-state = "keep";
 +					label = "cablecard3-cxp-bot";
@@ -496,17 +496,17 @@ index 0000000000000..a170b4b7c0fb7
 +			};
 +		};
 +
-+		i2c5mux0chn1: i2c at 1 {
++		i2c5mux0chn1: i2c@1 {
 +			reg = <1>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			eeprom at 51 {
++			eeprom@51 {
 +				compatible = "atmel,24c64";
 +				reg = <0x51>;
 +			};
 +
-+			led-controller at 61 {
++			led-controller@61 {
 +				compatible = "nxp,pca9551";
 +				reg = <0x61>;
 +				#address-cells = <1>;
@@ -514,7 +514,7 @@ index 0000000000000..a170b4b7c0fb7
 +				gpio-controller;
 +				#gpio-cells = <2>;
 +
-+				led at 0 {
++				led@0 {
 +					reg = <0>;
 +					default-state = "keep";
 +					label = "cablecard4-cxp-top";
@@ -522,7 +522,7 @@ index 0000000000000..a170b4b7c0fb7
 +					type = <PCA955X_TYPE_LED>;
 +				};
 +
-+				led at 1 {
++				led@1 {
 +					reg = <1>;
 +					default-state = "keep";
 +					label = "cablecard4-cxp-bot";
@@ -537,67 +537,67 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c6 {
 +	status = "okay";
 +
-+	temperature-sensor at 48 {
++	temperature-sensor@48 {
 +		compatible = "ti,tmp275";
 +		reg = <0x48>;
 +	};
 +
-+	temperature-sensor at 4a {
++	temperature-sensor@4a {
 +		compatible = "ti,tmp275";
 +		reg = <0x4a>;
 +	};
 +
-+	temperature-sensor at 4b {
++	temperature-sensor@4b {
 +		compatible = "ti,tmp275";
 +		reg = <0x4b>;
 +	};
 +
-+	i2c-mux at 70 {
++	i2c-mux@70 {
 +		compatible = "nxp,pca9546";
 +		reg = <0x70>;
 +		#address-cells = <1>;
 +		#size-cells = <0>;
 +		i2c-mux-idle-disconnect;
 +
-+		i2c6mux0chn0: i2c at 0 {
++		i2c6mux0chn0: i2c@0 {
 +			reg = <0>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			eeprom at 53 {
++			eeprom@53 {
 +				compatible = "atmel,24c64";
 +				reg = <0x53>;
 +			};
 +		};
 +
-+		i2c6mux0chn1: i2c at 1 {
++		i2c6mux0chn1: i2c@1 {
 +			reg = <1>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			eeprom at 52 {
++			eeprom@52 {
 +				compatible = "atmel,24c64";
 +				reg = <0x52>;
 +			};
 +		};
 +
-+		i2c6mux0chn2: i2c at 2 {
++		i2c6mux0chn2: i2c@2 {
 +			reg = <2>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			eeprom at 50 {
++			eeprom@50 {
 +				compatible = "atmel,24c64";
 +				reg = <0x50>;
 +			};
 +		};
 +
-+		i2c6mux0chn3: i2c at 3 {
++		i2c6mux0chn3: i2c@3 {
 +			reg = <3>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			eeprom at 51 {
++			eeprom@51 {
 +				compatible = "atmel,24c64";
 +				reg = <0x51>;
 +			};
@@ -609,7 +609,7 @@ index 0000000000000..a170b4b7c0fb7
 +	multi-master;
 +	status = "okay";
 +
-+	led-controller at 30 {
++	led-controller@30 {
 +		compatible = "ibm,pca9552";
 +		reg = <0x30>;
 +		#address-cells = <1>;
@@ -617,7 +617,7 @@ index 0000000000000..a170b4b7c0fb7
 +		gpio-controller;
 +		#gpio-cells = <2>;
 +
-+		led at 0 {
++		led@0 {
 +			reg = <0>;
 +			default-state = "keep";
 +			label = "pcieslot0";
@@ -625,7 +625,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 1 {
++		led@1 {
 +			reg = <1>;
 +			default-state = "keep";
 +			label = "pcieslot1";
@@ -633,7 +633,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 2 {
++		led@2 {
 +			reg = <2>;
 +			default-state = "keep";
 +			label = "pcieslot2";
@@ -641,7 +641,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 3 {
++		led@3 {
 +			reg = <3>;
 +			default-state = "keep";
 +			label = "pcieslot3";
@@ -649,7 +649,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 4 {
++		led@4 {
 +			reg = <4>;
 +			default-state = "keep";
 +			label = "pcieslot4";
@@ -657,7 +657,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 5 {
++		led@5 {
 +			reg = <5>;
 +			default-state = "keep";
 +			label = "cpu1";
@@ -665,7 +665,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 6 {
++		led@6 {
 +			reg = <6>;
 +			default-state = "keep";
 +			label = "cpu-vrm1";
@@ -673,7 +673,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 8 {
++		led@8 {
 +			reg = <8>;
 +			default-state = "keep";
 +			label = "lcd-russel";
@@ -682,7 +682,7 @@ index 0000000000000..a170b4b7c0fb7
 +		};
 +	};
 +
-+	led-controller at 31 {
++	led-controller@31 {
 +		compatible = "ibm,pca9552";
 +		reg = <0x31>;
 +		#address-cells = <1>;
@@ -690,7 +690,7 @@ index 0000000000000..a170b4b7c0fb7
 +		gpio-controller;
 +		#gpio-cells = <2>;
 +
-+		led at 0 {
++		led@0 {
 +			reg = <0>;
 +			default-state = "keep";
 +			label = "ddimm0";
@@ -698,7 +698,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 1 {
++		led@1 {
 +			reg = <1>;
 +			default-state = "keep";
 +			label = "ddimm1";
@@ -706,7 +706,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 2 {
++		led@2 {
 +			reg = <2>;
 +			default-state = "keep";
 +			label = "ddimm2";
@@ -714,7 +714,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 3 {
++		led@3 {
 +			reg = <3>;
 +			default-state = "keep";
 +			label = "ddimm3";
@@ -722,7 +722,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 4 {
++		led@4 {
 +			reg = <4>;
 +			default-state = "keep";
 +			label = "ddimm4";
@@ -730,7 +730,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 5 {
++		led@5 {
 +			reg = <5>;
 +			default-state = "keep";
 +			label = "ddimm5";
@@ -738,7 +738,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 6 {
++		led@6 {
 +			reg = <6>;
 +			default-state = "keep";
 +			label = "ddimm6";
@@ -746,7 +746,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 7 {
++		led@7 {
 +			reg = <7>;
 +			default-state = "keep";
 +			label = "ddimm7";
@@ -754,7 +754,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 8 {
++		led@8 {
 +			reg = <8>;
 +			default-state = "keep";
 +			label = "ddimm8";
@@ -762,7 +762,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 9 {
++		led@9 {
 +			reg = <9>;
 +			default-state = "keep";
 +			label = "ddimm9";
@@ -770,7 +770,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 10 {
++		led@10 {
 +			reg = <10>;
 +			default-state = "keep";
 +			label = "ddimm10";
@@ -778,7 +778,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 11 {
++		led@11 {
 +			reg = <11>;
 +			default-state = "keep";
 +			label = "ddimm11";
@@ -786,7 +786,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 12 {
++		led@12 {
 +			reg = <12>;
 +			default-state = "keep";
 +			label = "ddimm12";
@@ -794,7 +794,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 13 {
++		led@13 {
 +			reg = <13>;
 +			default-state = "keep";
 +			label = "ddimm13";
@@ -802,7 +802,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 14 {
++		led@14 {
 +			reg = <14>;
 +			default-state = "keep";
 +			label = "ddimm14";
@@ -810,7 +810,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 15 {
++		led@15 {
 +			reg = <15>;
 +			default-state = "keep";
 +			label = "ddimm15";
@@ -819,7 +819,7 @@ index 0000000000000..a170b4b7c0fb7
 +		};
 +	};
 +
-+	led-controller at 32 {
++	led-controller@32 {
 +		compatible = "ibm,pca9552";
 +		reg = <0x32>;
 +		#address-cells = <1>;
@@ -827,7 +827,7 @@ index 0000000000000..a170b4b7c0fb7
 +		gpio-controller;
 +		#gpio-cells = <2>;
 +
-+		led at 0 {
++		led@0 {
 +			reg = <0>;
 +			default-state = "keep";
 +			label = "ddimm16";
@@ -835,7 +835,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 1 {
++		led@1 {
 +			reg = <1>;
 +			default-state = "keep";
 +			label = "ddimm17";
@@ -843,7 +843,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 2 {
++		led@2 {
 +			reg = <2>;
 +			default-state = "keep";
 +			label = "ddimm18";
@@ -851,7 +851,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 3 {
++		led@3 {
 +			reg = <3>;
 +			default-state = "keep";
 +			label = "ddimm19";
@@ -859,7 +859,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 4 {
++		led@4 {
 +			reg = <4>;
 +			default-state = "keep";
 +			label = "ddimm20";
@@ -867,7 +867,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 5 {
++		led@5 {
 +			reg = <5>;
 +			default-state = "keep";
 +			label = "ddimm21";
@@ -875,7 +875,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 6 {
++		led@6 {
 +			reg = <6>;
 +			default-state = "keep";
 +			label = "ddimm22";
@@ -883,7 +883,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 7 {
++		led@7 {
 +			reg = <7>;
 +			default-state = "keep";
 +			label = "ddimm23";
@@ -891,7 +891,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 8 {
++		led@8 {
 +			reg = <8>;
 +			default-state = "keep";
 +			label = "ddimm24";
@@ -899,7 +899,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 9 {
++		led@9 {
 +			reg = <9>;
 +			default-state = "keep";
 +			label = "ddimm25";
@@ -907,7 +907,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 10 {
++		led@10 {
 +			reg = <10>;
 +			default-state = "keep";
 +			label = "ddimm26";
@@ -915,7 +915,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 11 {
++		led@11 {
 +			reg = <11>;
 +			default-state = "keep";
 +			label = "ddimm27";
@@ -923,7 +923,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 12 {
++		led@12 {
 +			reg = <12>;
 +			default-state = "keep";
 +			label = "ddimm28";
@@ -931,7 +931,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 13 {
++		led@13 {
 +			reg = <13>;
 +			default-state = "keep";
 +			label = "ddimm29";
@@ -939,7 +939,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 14 {
++		led@14 {
 +			reg = <14>;
 +			default-state = "keep";
 +			label = "ddimm30";
@@ -947,7 +947,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 15 {
++		led@15 {
 +			reg = <15>;
 +			default-state = "keep";
 +			label = "ddimm31";
@@ -956,7 +956,7 @@ index 0000000000000..a170b4b7c0fb7
 +		};
 +	};
 +
-+	led-controller at 33 {
++	led-controller@33 {
 +		compatible = "ibm,pca9552";
 +		reg = <0x33>;
 +		#address-cells = <1>;
@@ -964,7 +964,7 @@ index 0000000000000..a170b4b7c0fb7
 +		gpio-controller;
 +		#gpio-cells = <2>;
 +
-+		led at 0 {
++		led@0 {
 +			reg = <0>;
 +			default-state = "keep";
 +			label = "planar";
@@ -972,7 +972,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 1 {
++		led@1 {
 +			reg = <1>;
 +			default-state = "keep";
 +			label = "cpu0";
@@ -980,7 +980,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 3 {
++		led@3 {
 +			reg = <3>;
 +			default-state = "keep";
 +			label = "dasd-pyramid0";
@@ -988,7 +988,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 4 {
++		led@4 {
 +			reg = <4>;
 +			default-state = "keep";
 +			label = "dasd-pyramid1";
@@ -996,7 +996,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 5 {
++		led@5 {
 +			reg = <5>;
 +			default-state = "keep";
 +			label = "dasd-pyramid2";
@@ -1004,7 +1004,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 6 {
++		led@6 {
 +			reg = <6>;
 +			default-state = "keep";
 +			label = "cpu0-vrm0";
@@ -1012,7 +1012,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 7 {
++		led@7 {
 +			reg = <7>;
 +			default-state = "keep";
 +			label = "rtc-battery";
@@ -1020,7 +1020,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 8 {
++		led@8 {
 +			reg = <8>;
 +			default-state = "keep";
 +			label = "base-blyth";
@@ -1028,7 +1028,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 9 {
++		led@9 {
 +			reg = <9>;
 +			default-state = "keep";
 +			label = "pcieslot6";
@@ -1036,7 +1036,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 10 {
++		led@10 {
 +			reg = <10>;
 +			default-state = "keep";
 +			label = "pcieslot7";
@@ -1044,7 +1044,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 11 {
++		led@11 {
 +			reg = <11>;
 +			default-state = "keep";
 +			label = "pcieslot8";
@@ -1052,7 +1052,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 12 {
++		led@12 {
 +			reg = <12>;
 +			default-state = "keep";
 +			label = "pcieslot9";
@@ -1060,7 +1060,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 13 {
++		led@13 {
 +			reg = <13>;
 +			default-state = "keep";
 +			label = "pcieslot10";
@@ -1068,7 +1068,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 14 {
++		led@14 {
 +			reg = <14>;
 +			default-state = "keep";
 +			label = "pcieslot11";
@@ -1076,7 +1076,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 15 {
++		led@15 {
 +			reg = <15>;
 +			default-state = "keep";
 +			label = "tpm-wilson";
@@ -1085,22 +1085,22 @@ index 0000000000000..a170b4b7c0fb7
 +		};
 +	};
 +
-+	humidity-sensor at 40 {
++	humidity-sensor@40 {
 +		compatible = "silabs,si7020";
 +		reg = <0x40>;
 +	};
 +
-+	temperature-sensor at 48 {
++	temperature-sensor@48 {
 +		compatible = "ti,tmp275";
 +		reg = <0x48>;
 +	};
 +
-+	pwm at 52 {
++	pwm@52 {
 +		compatible = "maxim,max31785a";
 +		reg = <0x52>;
 +	};
 +
-+	led-controller at 60 {
++	led-controller@60 {
 +		compatible = "nxp,pca9551";
 +		reg = <0x60>;
 +		#address-cells = <1>;
@@ -1108,7 +1108,7 @@ index 0000000000000..a170b4b7c0fb7
 +		gpio-controller;
 +		#gpio-cells = <2>;
 +
-+		led at 0 {
++		led@0 {
 +			reg = <0>;
 +			default-state = "keep";
 +			label = "front-sys-id0";
@@ -1116,7 +1116,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 1 {
++		led@1 {
 +			reg = <1>;
 +			default-state = "keep";
 +			label = "front-check-log0";
@@ -1124,7 +1124,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 2 {
++		led@2 {
 +			reg = <2>;
 +			default-state = "keep";
 +			label = "front-enc-fault1";
@@ -1132,7 +1132,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 3 {
++		led@3 {
 +			reg = <3>;
 +			default-state = "keep";
 +			label = "front-sys-pwron0";
@@ -1141,7 +1141,7 @@ index 0000000000000..a170b4b7c0fb7
 +		};
 +	};
 +
-+	pca0: led-controller at 61 {
++	pca0: led-controller@61 {
 +		compatible = "nxp,pca9552";
 +		reg = <0x61>;
 +		#address-cells = <1>;
@@ -1149,7 +1149,7 @@ index 0000000000000..a170b4b7c0fb7
 +		gpio-controller;
 +		#gpio-cells = <2>;
 +
-+		led at 0 {
++		led@0 {
 +			reg = <0>;
 +			default-state = "keep";
 +			label = "fan0";
@@ -1157,7 +1157,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 1 {
++		led@1 {
 +			reg = <1>;
 +			default-state = "keep";
 +			label = "fan1";
@@ -1165,7 +1165,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 2 {
++		led@2 {
 +			reg = <2>;
 +			default-state = "keep";
 +			label = "fan2";
@@ -1173,7 +1173,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 3 {
++		led@3 {
 +			reg = <3>;
 +			default-state = "keep";
 +			label = "fan3";
@@ -1181,7 +1181,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 4 {
++		led@4 {
 +			reg = <4>;
 +			default-state = "keep";
 +			label = "fan4";
@@ -1189,7 +1189,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 5 {
++		led@5 {
 +			reg = <5>;
 +			default-state = "keep";
 +			label = "fan5";
@@ -1198,23 +1198,23 @@ index 0000000000000..a170b4b7c0fb7
 +		};
 +	};
 +
-+	lcd-controller at 62 {
++	lcd-controller@62 {
 +		compatible = "ibm,op-panel";
 +		reg = <(0x62 | I2C_OWN_SLAVE_ADDRESS)>;
 +	};
 +
-+	pressure-sensor at 76 {
++	pressure-sensor@76 {
 +		compatible = "infineon,dps310";
 +		reg = <0x76>;
 +		#io-channel-cells = <0>;
 +	};
 +
-+	eeprom at 50 {
++	eeprom@50 {
 +		compatible = "atmel,24c64";
 +		reg = <0x50>;
 +	};
 +
-+	eeprom at 51 {
++	eeprom@51 {
 +		compatible = "atmel,24c64";
 +		reg = <0x51>;
 +	};
@@ -1223,37 +1223,37 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c8 {
 +	status = "okay";
 +
-+	pmic at 11 {
++	pmic@11 {
 +		compatible = "ti,ucd90320";
 +		reg = <0x11>;
 +	};
 +
-+	rtc at 32 {
++	rtc@32 {
 +		compatible = "epson,rx8900";
 +		reg = <0x32>;
 +	};
 +
-+	temperature-sensor at 48 {
++	temperature-sensor@48 {
 +		compatible = "ti,tmp275";
 +		reg = <0x48>;
 +	};
 +
-+	temperature-sensor at 4a {
++	temperature-sensor@4a {
 +		compatible = "ti,tmp275";
 +		reg = <0x4a>;
 +	};
 +
-+	eeprom at 50 {
++	eeprom@50 {
 +		compatible = "atmel,24c64";
 +		reg = <0x50>;
 +	};
 +
-+	eeprom at 51 {
++	eeprom@51 {
 +		compatible = "atmel,24c64";
 +		reg = <0x51>;
 +	};
 +
-+	led-controller at 60 {
++	led-controller@60 {
 +		compatible = "nxp,pca9552";
 +		reg = <0x60>;
 +		#address-cells = <1>;
@@ -1266,7 +1266,7 @@ index 0000000000000..a170b4b7c0fb7
 +			"", "", "", "", "", "", "power-config-full-load", "";
 +	};
 +
-+	led-controller at 61 {
++	led-controller@61 {
 +		compatible = "nxp,pca9552";
 +		reg = <0x61>;
 +		#address-cells = <1>;
@@ -1289,17 +1289,17 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c9 {
 +	status = "okay";
 +
-+	temperature-sensor at 4c {
++	temperature-sensor@4c {
 +		compatible = "ti,tmp423";
 +		reg = <0x4c>;
 +	};
 +
-+	temperature-sensor at 4d {
++	temperature-sensor@4d {
 +		compatible = "ti,tmp423";
 +		reg = <0x4d>;
 +	};
 +
-+	eeprom at 50 {
++	eeprom@50 {
 +		compatible = "atmel,24c128";
 +		reg = <0x50>;
 +	};
@@ -1308,17 +1308,17 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c10 {
 +	status = "okay";
 +
-+	temperature-sensor at 4c {
++	temperature-sensor@4c {
 +		compatible = "ti,tmp423";
 +		reg = <0x4c>;
 +	};
 +
-+	temperature-sensor at 4d {
++	temperature-sensor@4d {
 +		compatible = "ti,tmp423";
 +		reg = <0x4d>;
 +	};
 +
-+	eeprom at 50 {
++	eeprom@50 {
 +		compatible = "atmel,24c128";
 +		reg = <0x50>;
 +	};
@@ -1327,34 +1327,34 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c11 {
 +	status = "okay";
 +
-+	temperature-sensor at 48 {
++	temperature-sensor@48 {
 +		compatible = "ti,tmp275";
 +		reg = <0x48>;
 +	};
 +
-+	temperature-sensor at 49 {
++	temperature-sensor@49 {
 +		compatible = "ti,tmp275";
 +		reg = <0x49>;
 +	};
 +
-+	i2c-mux at 70 {
++	i2c-mux@70 {
 +		compatible = "nxp,pca9546";
 +		reg = <0x70>;
 +		#address-cells = <1>;
 +		#size-cells = <0>;
 +		i2c-mux-idle-disconnect;
 +
-+		i2c11mux0chn0: i2c at 0 {
++		i2c11mux0chn0: i2c@0 {
 +			reg = <0>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			eeprom at 50 {
++			eeprom@50 {
 +				compatible = "atmel,24c64";
 +				reg = <0x50>;
 +			};
 +
-+			led-controller at 60 {
++			led-controller@60 {
 +				compatible = "nxp,pca9551";
 +				reg = <0x60>;
 +				#address-cells = <1>;
@@ -1362,7 +1362,7 @@ index 0000000000000..a170b4b7c0fb7
 +				gpio-controller;
 +				#gpio-cells = <2>;
 +
-+				led at 0 {
++				led@0 {
 +					reg = <0>;
 +					default-state = "keep";
 +					label = "cablecard10-cxp-top";
@@ -1370,7 +1370,7 @@ index 0000000000000..a170b4b7c0fb7
 +					type = <PCA955X_TYPE_LED>;
 +				};
 +
-+				led at 1 {
++				led@1 {
 +					reg = <1>;
 +					default-state = "keep";
 +					label = "cablecard10-cxp-bot";
@@ -1380,12 +1380,12 @@ index 0000000000000..a170b4b7c0fb7
 +			};
 +		};
 +
-+		i2c11mux0chn1: i2c at 1 {
++		i2c11mux0chn1: i2c@1 {
 +			reg = <1>;
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			eeprom at 51 {
++			eeprom@51 {
 +				compatible = "atmel,24c64";
 +				reg = <0x51>;
 +			};
@@ -1396,13 +1396,13 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c12 {
 +	status = "okay";
 +
-+	tpm at 2e {
++	tpm@2e {
 +		compatible = "nuvoton,npct75x", "tcg,tpm-tis-i2c";
 +		reg = <0x2e>;
 +		memory-region = <&event_log>;
 +	};
 +
-+	eeprom at 50 {
++	eeprom@50 {
 +		compatible = "atmel,24c64";
 +		reg = <0x50>;
 +	};
@@ -1411,12 +1411,12 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c13 {
 +	status = "okay";
 +
-+	eeprom at 50 {
++	eeprom@50 {
 +		compatible = "atmel,24c64";
 +		reg = <0x50>;
 +	};
 +
-+	led-controller at 60 {
++	led-controller@60 {
 +		compatible = "nxp,pca9552";
 +		reg = <0x60>;
 +		#address-cells = <1>;
@@ -1424,7 +1424,7 @@ index 0000000000000..a170b4b7c0fb7
 +		gpio-controller;
 +		#gpio-cells = <2>;
 +
-+		led at 0 {
++		led@0 {
 +			reg = <0>;
 +			default-state = "keep";
 +			label = "nvme0";
@@ -1432,7 +1432,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 1 {
++		led@1 {
 +			reg = <1>;
 +			default-state = "keep";
 +			label = "nvme1";
@@ -1440,7 +1440,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 2 {
++		led@2 {
 +			reg = <2>;
 +			default-state = "keep";
 +			label = "nvme2";
@@ -1448,7 +1448,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 3 {
++		led@3 {
 +			reg = <3>;
 +			default-state = "keep";
 +			label = "nvme3";
@@ -1456,7 +1456,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 4 {
++		led@4 {
 +			reg = <4>;
 +			default-state = "keep";
 +			label = "nvme4";
@@ -1464,7 +1464,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 5 {
++		led@5 {
 +			reg = <5>;
 +			default-state = "keep";
 +			label = "nvme5";
@@ -1472,7 +1472,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 6 {
++		led@6 {
 +			reg = <6>;
 +			default-state = "keep";
 +			label = "nvme6";
@@ -1480,7 +1480,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 7 {
++		led@7 {
 +			reg = <7>;
 +			default-state = "keep";
 +			label = "nvme7";
@@ -1493,12 +1493,12 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c14 {
 +	status = "okay";
 +
-+	eeprom at 50 {
++	eeprom@50 {
 +		compatible = "atmel,24c64";
 +		reg = <0x50>;
 +	};
 +
-+	led-controller at 60 {
++	led-controller@60 {
 +		compatible = "nxp,pca9552";
 +		reg = <0x60>;
 +		#address-cells = <1>;
@@ -1506,7 +1506,7 @@ index 0000000000000..a170b4b7c0fb7
 +		gpio-controller;
 +		#gpio-cells = <2>;
 +
-+		led at 0 {
++		led@0 {
 +			reg = <0>;
 +			default-state = "keep";
 +			label = "nvme8";
@@ -1514,7 +1514,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 1 {
++		led@1 {
 +			reg = <1>;
 +			default-state = "keep";
 +			label = "nvme9";
@@ -1522,7 +1522,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 2 {
++		led@2 {
 +			reg = <2>;
 +			default-state = "keep";
 +			label = "nvme10";
@@ -1530,7 +1530,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 3 {
++		led@3 {
 +			reg = <3>;
 +			default-state = "keep";
 +			label = "nvme11";
@@ -1538,7 +1538,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 4 {
++		led@4 {
 +			reg = <4>;
 +			default-state = "keep";
 +			label = "nvme12";
@@ -1546,7 +1546,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 5 {
++		led@5 {
 +			reg = <5>;
 +			default-state = "keep";
 +			label = "nvme13";
@@ -1554,7 +1554,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 6 {
++		led@6 {
 +			reg = <6>;
 +			default-state = "keep";
 +			label = "nvme14";
@@ -1562,7 +1562,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 7 {
++		led@7 {
 +			reg = <7>;
 +			default-state = "keep";
 +			label = "nvme15";
@@ -1575,12 +1575,12 @@ index 0000000000000..a170b4b7c0fb7
 +&i2c15 {
 +	status = "okay";
 +
-+	eeprom at 50 {
++	eeprom@50 {
 +		compatible = "atmel,24c64";
 +		reg = <0x50>;
 +	};
 +
-+	led-controller at 60 {
++	led-controller@60 {
 +		compatible = "nxp,pca9552";
 +		reg = <0x60>;
 +		#address-cells = <1>;
@@ -1588,7 +1588,7 @@ index 0000000000000..a170b4b7c0fb7
 +		gpio-controller;
 +		#gpio-cells = <2>;
 +
-+		led at 0 {
++		led@0 {
 +			reg = <0>;
 +			default-state = "keep";
 +			label = "nvme16";
@@ -1596,7 +1596,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 1 {
++		led@1 {
 +			reg = <1>;
 +			default-state = "keep";
 +			label = "nvme17";
@@ -1604,7 +1604,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 2 {
++		led@2 {
 +			reg = <2>;
 +			default-state = "keep";
 +			label = "nvme18";
@@ -1612,7 +1612,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 3 {
++		led@3 {
 +			reg = <3>;
 +			default-state = "keep";
 +			label = "nvme19";
@@ -1620,7 +1620,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 4 {
++		led@4 {
 +			reg = <4>;
 +			default-state = "keep";
 +			label = "nvme20";
@@ -1628,7 +1628,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 5 {
++		led@5 {
 +			reg = <5>;
 +			default-state = "keep";
 +			label = "nvme21";
@@ -1636,7 +1636,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 6 {
++		led@6 {
 +			reg = <6>;
 +			default-state = "keep";
 +			label = "nvme22";
@@ -1644,7 +1644,7 @@ index 0000000000000..a170b4b7c0fb7
 +			type = <PCA955X_TYPE_LED>;
 +		};
 +
-+		led at 7 {
++		led@7 {
 +			reg = <7>;
 +			default-state = "keep";
 +			label = "nvme23";
diff --git a/a/content_digest b/N1/content_digest
index 8581003..311409c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,22 @@
  "From\0Eddie James <eajames@linux.ibm.com>\0"
  "Subject\0[PATCH v6 14/20] ARM: dts: aspeed: Add IBM P11 Blueridge BMC system\0"
  "Date\0Wed, 22 May 2024 14:25:18 -0500\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0linux-fsi@lists.ozlabs.org\0"
+ "Cc\0eajames@linux.ibm.com"
+  devicetree@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  ninad@linux.ibm.com
+  lakshmiy@us.ibm.com
+  linux-i2c@vger.kernel.org
+  linux-spi@vger.kernel.org
+  linux-aspeed@lists.ozlabs.org
+  andrew@codeconstruct.com.au
+  joel@jms.id.au
+  robh@kernel.org
+  conor+dt@kernel.org
+  krzk+dt@kernel.org
+  andi.shyti@kernel.org
+ " broonie@kernel.org\0"
  "\00:1\0"
  "b\0"
  "Add the device tree for the new BMC system. The Blueridge is a\n"
@@ -73,7 +88,7 @@
  "+\t\tstdout-path = &uart5;\n"
  "+\t};\n"
  "+\n"
- "+\tmemory at 80000000 {\n"
+ "+\tmemory@80000000 {\n"
  "+\t\tdevice_type = \"memory\";\n"
  "+\t\treg = <0x80000000 0x40000000>;\n"
  "+\t};\n"
@@ -83,12 +98,12 @@
  "+\t\t#size-cells = <1>;\n"
  "+\t\tranges;\n"
  "+\n"
- "+\t\tevent_log: region at b3d00000 {\n"
+ "+\t\tevent_log: region@b3d00000 {\n"
  "+\t\t\treg = <0xb3d00000 0x100000>;\n"
  "+\t\t\tno-map;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tramoops at b3e00000 {\n"
+ "+\t\tramoops@b3e00000 {\n"
  "+\t\t\tcompatible = \"ramoops\";\n"
  "+\t\t\treg = <0xb3e00000 0x200000>; /* 16 * (4 * 0x8000) */\n"
  "+\t\t\trecord-size = <0x8000>;\n"
@@ -99,13 +114,13 @@
  "+\t\t};\n"
  "+\n"
  "+\t\t/* LPC FW cycle bridge region requires natural alignment */\n"
- "+\t\tflash_memory: region at b4000000 {\n"
+ "+\t\tflash_memory: region@b4000000 {\n"
  "+\t\t\treg = <0xb4000000 0x04000000>; /* 64M */\n"
  "+\t\t\tno-map;\n"
  "+\t\t};\n"
  "+\n"
  "+\t\t/* VGA region is dictated by hardware strapping */\n"
- "+\t\tvga_memory: region at bf000000 {\n"
+ "+\t\tvga_memory: region@bf000000 {\n"
  "+\t\t\tcompatible = \"shared-dma-pool\";\n"
  "+\t\t\treg = <0xbf000000 0x01000000>;  /* 16M */\n"
  "+\t\t\tno-map;\n"
@@ -121,25 +136,25 @@
  "+\t\tmux-gpios = <&gpio0 ASPEED_GPIO(G, 4) GPIO_ACTIVE_HIGH>,\n"
  "+\t\t\t    <&gpio0 ASPEED_GPIO(G, 5) GPIO_ACTIVE_HIGH>;\n"
  "+\n"
- "+\t\ti2c2mux0: i2c at 0 {\n"
+ "+\t\ti2c2mux0: i2c@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c2mux1: i2c at 1 {\n"
+ "+\t\ti2c2mux1: i2c@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c2mux2: i2c at 2 {\n"
+ "+\t\ti2c2mux2: i2c@2 {\n"
  "+\t\t\treg = <2>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c2mux3: i2c at 3 {\n"
+ "+\t\ti2c2mux3: i2c@3 {\n"
  "+\t\t\treg = <3>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
@@ -301,12 +316,12 @@
  "+&i2c0 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\teeprom at 51 {\n"
+ "+\teeprom@51 {\n"
  "+\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\treg = <0x51>;\n"
  "+\t};\n"
  "+\n"
- "+\tgpio at 20 {\n"
+ "+\tgpio@20 {\n"
  "+\t\tcompatible = \"ti,tca9554\";\n"
  "+\t\treg = <0x20>;\n"
  "+\t\tgpio-controller;\n"
@@ -334,17 +349,17 @@
  "+&i2c3 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\tpower-supply at 68 {\n"
+ "+\tpower-supply@68 {\n"
  "+\t\tcompatible = \"ibm,cffps\";\n"
  "+\t\treg = <0x68>;\n"
  "+\t};\n"
  "+\n"
- "+\tpower-supply at 69 {\n"
+ "+\tpower-supply@69 {\n"
  "+\t\tcompatible = \"ibm,cffps\";\n"
  "+\t\treg = <0x69>;\n"
  "+\t};\n"
  "+\n"
- "+\tled-controller at 61 {\n"
+ "+\tled-controller@61 {\n"
  "+\t\tcompatible = \"nxp,pca9552\";\n"
  "+\t\treg = <0x61>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -365,39 +380,39 @@
  "+&i2c4 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\ttemperature-sensor at 48 {\n"
+ "+\ttemperature-sensor@48 {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x48>;\n"
  "+\t};\n"
  "+\n"
- "+\ttemperature-sensor at 49 {\n"
+ "+\ttemperature-sensor@49 {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x49>;\n"
  "+\t};\n"
  "+\n"
- "+\ttemperature-sensor at 4a {\n"
+ "+\ttemperature-sensor@4a {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x4a>;\n"
  "+\t};\n"
  "+\n"
- "+\ti2c-mux at 70 {\n"
+ "+\ti2c-mux@70 {\n"
  "+\t\tcompatible = \"nxp,pca9546\";\n"
  "+\t\treg = <0x70>;\n"
  "+\t\t#address-cells = <1>;\n"
  "+\t\t#size-cells = <0>;\n"
  "+\t\ti2c-mux-idle-disconnect;\n"
  "+\n"
- "+\t\ti2c4mux0chn0: i2c at 0 {\n"
+ "+\t\ti2c4mux0chn0: i2c@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\teeprom at 50 {\n"
+ "+\t\t\teeprom@50 {\n"
  "+\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\t\t\treg = <0x50>;\n"
  "+\t\t\t};\n"
  "+\n"
- "+\t\t\tled-controller at 60 {\n"
+ "+\t\t\tled-controller@60 {\n"
  "+\t\t\t\tcompatible = \"nxp,pca9551\";\n"
  "+\t\t\t\treg = <0x60>;\n"
  "+\t\t\t\t#address-cells = <1>;\n"
@@ -405,7 +420,7 @@
  "+\t\t\t\tgpio-controller;\n"
  "+\t\t\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\t\t\tled at 0 {\n"
+ "+\t\t\t\tled@0 {\n"
  "+\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\t\t\tlabel = \"cablecard0-cxp-top\";\n"
@@ -413,7 +428,7 @@
  "+\t\t\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t\t\t};\n"
  "+\n"
- "+\t\t\t\tled at 1 {\n"
+ "+\t\t\t\tled@1 {\n"
  "+\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\t\t\tlabel = \"cablecard0-cxp-bot\";\n"
@@ -423,23 +438,23 @@
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c4mux0chn1: i2c at 1 {\n"
+ "+\t\ti2c4mux0chn1: i2c@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\teeprom at 51 {\n"
+ "+\t\t\teeprom@51 {\n"
  "+\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\t\t\treg = <0x51>;\n"
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c4mux0chn2: i2c at 2 {\n"
+ "+\t\ti2c4mux0chn2: i2c@2 {\n"
  "+\t\t\treg = <2>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\teeprom at 52 {\n"
+ "+\t\t\teeprom@52 {\n"
  "+\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\t\t\treg = <0x52>;\n"
  "+\t\t\t};\n"
@@ -450,34 +465,34 @@
  "+&i2c5 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\ttemperature-sensor at 48 {\n"
+ "+\ttemperature-sensor@48 {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x48>;\n"
  "+\t};\n"
  "+\n"
- "+\ttemperature-sensor at 49 {\n"
+ "+\ttemperature-sensor@49 {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x49>;\n"
  "+\t};\n"
  "+\n"
- "+\ti2c-mux at 70 {\n"
+ "+\ti2c-mux@70 {\n"
  "+\t\tcompatible = \"nxp,pca9546\";\n"
  "+\t\treg = <0x70>;\n"
  "+\t\t#address-cells = <1>;\n"
  "+\t\t#size-cells = <0>;\n"
  "+\t\ti2c-mux-idle-disconnect;\n"
  "+\n"
- "+\t\ti2c5mux0chn0: i2c at 0 {\n"
+ "+\t\ti2c5mux0chn0: i2c@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\teeprom at 50 {\n"
+ "+\t\t\teeprom@50 {\n"
  "+\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\t\t\treg = <0x50>;\n"
  "+\t\t\t};\n"
  "+\n"
- "+\t\t\tled-controller at 60 {\n"
+ "+\t\t\tled-controller@60 {\n"
  "+\t\t\t\tcompatible = \"nxp,pca9551\";\n"
  "+\t\t\t\treg = <0x60>;\n"
  "+\t\t\t\t#address-cells = <1>;\n"
@@ -485,7 +500,7 @@
  "+\t\t\t\tgpio-controller;\n"
  "+\t\t\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\t\t\tled at 0 {\n"
+ "+\t\t\t\tled@0 {\n"
  "+\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\t\t\tlabel = \"cablecard3-cxp-top\";\n"
@@ -493,7 +508,7 @@
  "+\t\t\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t\t\t};\n"
  "+\n"
- "+\t\t\t\tled at 1 {\n"
+ "+\t\t\t\tled@1 {\n"
  "+\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\t\t\tlabel = \"cablecard3-cxp-bot\";\n"
@@ -503,17 +518,17 @@
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c5mux0chn1: i2c at 1 {\n"
+ "+\t\ti2c5mux0chn1: i2c@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\teeprom at 51 {\n"
+ "+\t\t\teeprom@51 {\n"
  "+\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\t\t\treg = <0x51>;\n"
  "+\t\t\t};\n"
  "+\n"
- "+\t\t\tled-controller at 61 {\n"
+ "+\t\t\tled-controller@61 {\n"
  "+\t\t\t\tcompatible = \"nxp,pca9551\";\n"
  "+\t\t\t\treg = <0x61>;\n"
  "+\t\t\t\t#address-cells = <1>;\n"
@@ -521,7 +536,7 @@
  "+\t\t\t\tgpio-controller;\n"
  "+\t\t\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\t\t\tled at 0 {\n"
+ "+\t\t\t\tled@0 {\n"
  "+\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\t\t\tlabel = \"cablecard4-cxp-top\";\n"
@@ -529,7 +544,7 @@
  "+\t\t\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t\t\t};\n"
  "+\n"
- "+\t\t\t\tled at 1 {\n"
+ "+\t\t\t\tled@1 {\n"
  "+\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\t\t\tlabel = \"cablecard4-cxp-bot\";\n"
@@ -544,67 +559,67 @@
  "+&i2c6 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\ttemperature-sensor at 48 {\n"
+ "+\ttemperature-sensor@48 {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x48>;\n"
  "+\t};\n"
  "+\n"
- "+\ttemperature-sensor at 4a {\n"
+ "+\ttemperature-sensor@4a {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x4a>;\n"
  "+\t};\n"
  "+\n"
- "+\ttemperature-sensor at 4b {\n"
+ "+\ttemperature-sensor@4b {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x4b>;\n"
  "+\t};\n"
  "+\n"
- "+\ti2c-mux at 70 {\n"
+ "+\ti2c-mux@70 {\n"
  "+\t\tcompatible = \"nxp,pca9546\";\n"
  "+\t\treg = <0x70>;\n"
  "+\t\t#address-cells = <1>;\n"
  "+\t\t#size-cells = <0>;\n"
  "+\t\ti2c-mux-idle-disconnect;\n"
  "+\n"
- "+\t\ti2c6mux0chn0: i2c at 0 {\n"
+ "+\t\ti2c6mux0chn0: i2c@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\teeprom at 53 {\n"
+ "+\t\t\teeprom@53 {\n"
  "+\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\t\t\treg = <0x53>;\n"
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c6mux0chn1: i2c at 1 {\n"
+ "+\t\ti2c6mux0chn1: i2c@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\teeprom at 52 {\n"
+ "+\t\t\teeprom@52 {\n"
  "+\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\t\t\treg = <0x52>;\n"
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c6mux0chn2: i2c at 2 {\n"
+ "+\t\ti2c6mux0chn2: i2c@2 {\n"
  "+\t\t\treg = <2>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\teeprom at 50 {\n"
+ "+\t\t\teeprom@50 {\n"
  "+\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\t\t\treg = <0x50>;\n"
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c6mux0chn3: i2c at 3 {\n"
+ "+\t\ti2c6mux0chn3: i2c@3 {\n"
  "+\t\t\treg = <3>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\teeprom at 51 {\n"
+ "+\t\t\teeprom@51 {\n"
  "+\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\t\t\treg = <0x51>;\n"
  "+\t\t\t};\n"
@@ -616,7 +631,7 @@
  "+\tmulti-master;\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\tled-controller at 30 {\n"
+ "+\tled-controller@30 {\n"
  "+\t\tcompatible = \"ibm,pca9552\";\n"
  "+\t\treg = <0x30>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -624,7 +639,7 @@
  "+\t\tgpio-controller;\n"
  "+\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\tled at 0 {\n"
+ "+\t\tled@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"pcieslot0\";\n"
@@ -632,7 +647,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 1 {\n"
+ "+\t\tled@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"pcieslot1\";\n"
@@ -640,7 +655,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 2 {\n"
+ "+\t\tled@2 {\n"
  "+\t\t\treg = <2>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"pcieslot2\";\n"
@@ -648,7 +663,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 3 {\n"
+ "+\t\tled@3 {\n"
  "+\t\t\treg = <3>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"pcieslot3\";\n"
@@ -656,7 +671,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 4 {\n"
+ "+\t\tled@4 {\n"
  "+\t\t\treg = <4>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"pcieslot4\";\n"
@@ -664,7 +679,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 5 {\n"
+ "+\t\tled@5 {\n"
  "+\t\t\treg = <5>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"cpu1\";\n"
@@ -672,7 +687,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 6 {\n"
+ "+\t\tled@6 {\n"
  "+\t\t\treg = <6>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"cpu-vrm1\";\n"
@@ -680,7 +695,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 8 {\n"
+ "+\t\tled@8 {\n"
  "+\t\t\treg = <8>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"lcd-russel\";\n"
@@ -689,7 +704,7 @@
  "+\t\t};\n"
  "+\t};\n"
  "+\n"
- "+\tled-controller at 31 {\n"
+ "+\tled-controller@31 {\n"
  "+\t\tcompatible = \"ibm,pca9552\";\n"
  "+\t\treg = <0x31>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -697,7 +712,7 @@
  "+\t\tgpio-controller;\n"
  "+\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\tled at 0 {\n"
+ "+\t\tled@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm0\";\n"
@@ -705,7 +720,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 1 {\n"
+ "+\t\tled@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm1\";\n"
@@ -713,7 +728,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 2 {\n"
+ "+\t\tled@2 {\n"
  "+\t\t\treg = <2>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm2\";\n"
@@ -721,7 +736,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 3 {\n"
+ "+\t\tled@3 {\n"
  "+\t\t\treg = <3>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm3\";\n"
@@ -729,7 +744,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 4 {\n"
+ "+\t\tled@4 {\n"
  "+\t\t\treg = <4>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm4\";\n"
@@ -737,7 +752,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 5 {\n"
+ "+\t\tled@5 {\n"
  "+\t\t\treg = <5>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm5\";\n"
@@ -745,7 +760,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 6 {\n"
+ "+\t\tled@6 {\n"
  "+\t\t\treg = <6>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm6\";\n"
@@ -753,7 +768,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 7 {\n"
+ "+\t\tled@7 {\n"
  "+\t\t\treg = <7>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm7\";\n"
@@ -761,7 +776,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 8 {\n"
+ "+\t\tled@8 {\n"
  "+\t\t\treg = <8>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm8\";\n"
@@ -769,7 +784,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 9 {\n"
+ "+\t\tled@9 {\n"
  "+\t\t\treg = <9>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm9\";\n"
@@ -777,7 +792,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 10 {\n"
+ "+\t\tled@10 {\n"
  "+\t\t\treg = <10>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm10\";\n"
@@ -785,7 +800,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 11 {\n"
+ "+\t\tled@11 {\n"
  "+\t\t\treg = <11>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm11\";\n"
@@ -793,7 +808,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 12 {\n"
+ "+\t\tled@12 {\n"
  "+\t\t\treg = <12>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm12\";\n"
@@ -801,7 +816,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 13 {\n"
+ "+\t\tled@13 {\n"
  "+\t\t\treg = <13>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm13\";\n"
@@ -809,7 +824,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 14 {\n"
+ "+\t\tled@14 {\n"
  "+\t\t\treg = <14>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm14\";\n"
@@ -817,7 +832,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 15 {\n"
+ "+\t\tled@15 {\n"
  "+\t\t\treg = <15>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm15\";\n"
@@ -826,7 +841,7 @@
  "+\t\t};\n"
  "+\t};\n"
  "+\n"
- "+\tled-controller at 32 {\n"
+ "+\tled-controller@32 {\n"
  "+\t\tcompatible = \"ibm,pca9552\";\n"
  "+\t\treg = <0x32>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -834,7 +849,7 @@
  "+\t\tgpio-controller;\n"
  "+\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\tled at 0 {\n"
+ "+\t\tled@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm16\";\n"
@@ -842,7 +857,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 1 {\n"
+ "+\t\tled@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm17\";\n"
@@ -850,7 +865,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 2 {\n"
+ "+\t\tled@2 {\n"
  "+\t\t\treg = <2>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm18\";\n"
@@ -858,7 +873,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 3 {\n"
+ "+\t\tled@3 {\n"
  "+\t\t\treg = <3>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm19\";\n"
@@ -866,7 +881,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 4 {\n"
+ "+\t\tled@4 {\n"
  "+\t\t\treg = <4>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm20\";\n"
@@ -874,7 +889,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 5 {\n"
+ "+\t\tled@5 {\n"
  "+\t\t\treg = <5>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm21\";\n"
@@ -882,7 +897,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 6 {\n"
+ "+\t\tled@6 {\n"
  "+\t\t\treg = <6>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm22\";\n"
@@ -890,7 +905,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 7 {\n"
+ "+\t\tled@7 {\n"
  "+\t\t\treg = <7>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm23\";\n"
@@ -898,7 +913,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 8 {\n"
+ "+\t\tled@8 {\n"
  "+\t\t\treg = <8>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm24\";\n"
@@ -906,7 +921,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 9 {\n"
+ "+\t\tled@9 {\n"
  "+\t\t\treg = <9>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm25\";\n"
@@ -914,7 +929,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 10 {\n"
+ "+\t\tled@10 {\n"
  "+\t\t\treg = <10>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm26\";\n"
@@ -922,7 +937,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 11 {\n"
+ "+\t\tled@11 {\n"
  "+\t\t\treg = <11>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm27\";\n"
@@ -930,7 +945,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 12 {\n"
+ "+\t\tled@12 {\n"
  "+\t\t\treg = <12>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm28\";\n"
@@ -938,7 +953,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 13 {\n"
+ "+\t\tled@13 {\n"
  "+\t\t\treg = <13>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm29\";\n"
@@ -946,7 +961,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 14 {\n"
+ "+\t\tled@14 {\n"
  "+\t\t\treg = <14>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm30\";\n"
@@ -954,7 +969,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 15 {\n"
+ "+\t\tled@15 {\n"
  "+\t\t\treg = <15>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"ddimm31\";\n"
@@ -963,7 +978,7 @@
  "+\t\t};\n"
  "+\t};\n"
  "+\n"
- "+\tled-controller at 33 {\n"
+ "+\tled-controller@33 {\n"
  "+\t\tcompatible = \"ibm,pca9552\";\n"
  "+\t\treg = <0x33>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -971,7 +986,7 @@
  "+\t\tgpio-controller;\n"
  "+\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\tled at 0 {\n"
+ "+\t\tled@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"planar\";\n"
@@ -979,7 +994,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 1 {\n"
+ "+\t\tled@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"cpu0\";\n"
@@ -987,7 +1002,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 3 {\n"
+ "+\t\tled@3 {\n"
  "+\t\t\treg = <3>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"dasd-pyramid0\";\n"
@@ -995,7 +1010,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 4 {\n"
+ "+\t\tled@4 {\n"
  "+\t\t\treg = <4>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"dasd-pyramid1\";\n"
@@ -1003,7 +1018,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 5 {\n"
+ "+\t\tled@5 {\n"
  "+\t\t\treg = <5>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"dasd-pyramid2\";\n"
@@ -1011,7 +1026,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 6 {\n"
+ "+\t\tled@6 {\n"
  "+\t\t\treg = <6>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"cpu0-vrm0\";\n"
@@ -1019,7 +1034,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 7 {\n"
+ "+\t\tled@7 {\n"
  "+\t\t\treg = <7>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"rtc-battery\";\n"
@@ -1027,7 +1042,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 8 {\n"
+ "+\t\tled@8 {\n"
  "+\t\t\treg = <8>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"base-blyth\";\n"
@@ -1035,7 +1050,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 9 {\n"
+ "+\t\tled@9 {\n"
  "+\t\t\treg = <9>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"pcieslot6\";\n"
@@ -1043,7 +1058,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 10 {\n"
+ "+\t\tled@10 {\n"
  "+\t\t\treg = <10>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"pcieslot7\";\n"
@@ -1051,7 +1066,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 11 {\n"
+ "+\t\tled@11 {\n"
  "+\t\t\treg = <11>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"pcieslot8\";\n"
@@ -1059,7 +1074,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 12 {\n"
+ "+\t\tled@12 {\n"
  "+\t\t\treg = <12>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"pcieslot9\";\n"
@@ -1067,7 +1082,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 13 {\n"
+ "+\t\tled@13 {\n"
  "+\t\t\treg = <13>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"pcieslot10\";\n"
@@ -1075,7 +1090,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 14 {\n"
+ "+\t\tled@14 {\n"
  "+\t\t\treg = <14>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"pcieslot11\";\n"
@@ -1083,7 +1098,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 15 {\n"
+ "+\t\tled@15 {\n"
  "+\t\t\treg = <15>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"tpm-wilson\";\n"
@@ -1092,22 +1107,22 @@
  "+\t\t};\n"
  "+\t};\n"
  "+\n"
- "+\thumidity-sensor at 40 {\n"
+ "+\thumidity-sensor@40 {\n"
  "+\t\tcompatible = \"silabs,si7020\";\n"
  "+\t\treg = <0x40>;\n"
  "+\t};\n"
  "+\n"
- "+\ttemperature-sensor at 48 {\n"
+ "+\ttemperature-sensor@48 {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x48>;\n"
  "+\t};\n"
  "+\n"
- "+\tpwm at 52 {\n"
+ "+\tpwm@52 {\n"
  "+\t\tcompatible = \"maxim,max31785a\";\n"
  "+\t\treg = <0x52>;\n"
  "+\t};\n"
  "+\n"
- "+\tled-controller at 60 {\n"
+ "+\tled-controller@60 {\n"
  "+\t\tcompatible = \"nxp,pca9551\";\n"
  "+\t\treg = <0x60>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -1115,7 +1130,7 @@
  "+\t\tgpio-controller;\n"
  "+\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\tled at 0 {\n"
+ "+\t\tled@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"front-sys-id0\";\n"
@@ -1123,7 +1138,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 1 {\n"
+ "+\t\tled@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"front-check-log0\";\n"
@@ -1131,7 +1146,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 2 {\n"
+ "+\t\tled@2 {\n"
  "+\t\t\treg = <2>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"front-enc-fault1\";\n"
@@ -1139,7 +1154,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 3 {\n"
+ "+\t\tled@3 {\n"
  "+\t\t\treg = <3>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"front-sys-pwron0\";\n"
@@ -1148,7 +1163,7 @@
  "+\t\t};\n"
  "+\t};\n"
  "+\n"
- "+\tpca0: led-controller at 61 {\n"
+ "+\tpca0: led-controller@61 {\n"
  "+\t\tcompatible = \"nxp,pca9552\";\n"
  "+\t\treg = <0x61>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -1156,7 +1171,7 @@
  "+\t\tgpio-controller;\n"
  "+\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\tled at 0 {\n"
+ "+\t\tled@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"fan0\";\n"
@@ -1164,7 +1179,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 1 {\n"
+ "+\t\tled@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"fan1\";\n"
@@ -1172,7 +1187,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 2 {\n"
+ "+\t\tled@2 {\n"
  "+\t\t\treg = <2>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"fan2\";\n"
@@ -1180,7 +1195,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 3 {\n"
+ "+\t\tled@3 {\n"
  "+\t\t\treg = <3>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"fan3\";\n"
@@ -1188,7 +1203,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 4 {\n"
+ "+\t\tled@4 {\n"
  "+\t\t\treg = <4>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"fan4\";\n"
@@ -1196,7 +1211,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 5 {\n"
+ "+\t\tled@5 {\n"
  "+\t\t\treg = <5>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"fan5\";\n"
@@ -1205,23 +1220,23 @@
  "+\t\t};\n"
  "+\t};\n"
  "+\n"
- "+\tlcd-controller at 62 {\n"
+ "+\tlcd-controller@62 {\n"
  "+\t\tcompatible = \"ibm,op-panel\";\n"
  "+\t\treg = <(0x62 | I2C_OWN_SLAVE_ADDRESS)>;\n"
  "+\t};\n"
  "+\n"
- "+\tpressure-sensor at 76 {\n"
+ "+\tpressure-sensor@76 {\n"
  "+\t\tcompatible = \"infineon,dps310\";\n"
  "+\t\treg = <0x76>;\n"
  "+\t\t#io-channel-cells = <0>;\n"
  "+\t};\n"
  "+\n"
- "+\teeprom at 50 {\n"
+ "+\teeprom@50 {\n"
  "+\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\treg = <0x50>;\n"
  "+\t};\n"
  "+\n"
- "+\teeprom at 51 {\n"
+ "+\teeprom@51 {\n"
  "+\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\treg = <0x51>;\n"
  "+\t};\n"
@@ -1230,37 +1245,37 @@
  "+&i2c8 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\tpmic at 11 {\n"
+ "+\tpmic@11 {\n"
  "+\t\tcompatible = \"ti,ucd90320\";\n"
  "+\t\treg = <0x11>;\n"
  "+\t};\n"
  "+\n"
- "+\trtc at 32 {\n"
+ "+\trtc@32 {\n"
  "+\t\tcompatible = \"epson,rx8900\";\n"
  "+\t\treg = <0x32>;\n"
  "+\t};\n"
  "+\n"
- "+\ttemperature-sensor at 48 {\n"
+ "+\ttemperature-sensor@48 {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x48>;\n"
  "+\t};\n"
  "+\n"
- "+\ttemperature-sensor at 4a {\n"
+ "+\ttemperature-sensor@4a {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x4a>;\n"
  "+\t};\n"
  "+\n"
- "+\teeprom at 50 {\n"
+ "+\teeprom@50 {\n"
  "+\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\treg = <0x50>;\n"
  "+\t};\n"
  "+\n"
- "+\teeprom at 51 {\n"
+ "+\teeprom@51 {\n"
  "+\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\treg = <0x51>;\n"
  "+\t};\n"
  "+\n"
- "+\tled-controller at 60 {\n"
+ "+\tled-controller@60 {\n"
  "+\t\tcompatible = \"nxp,pca9552\";\n"
  "+\t\treg = <0x60>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -1273,7 +1288,7 @@
  "+\t\t\t\"\", \"\", \"\", \"\", \"\", \"\", \"power-config-full-load\", \"\";\n"
  "+\t};\n"
  "+\n"
- "+\tled-controller at 61 {\n"
+ "+\tled-controller@61 {\n"
  "+\t\tcompatible = \"nxp,pca9552\";\n"
  "+\t\treg = <0x61>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -1296,17 +1311,17 @@
  "+&i2c9 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\ttemperature-sensor at 4c {\n"
+ "+\ttemperature-sensor@4c {\n"
  "+\t\tcompatible = \"ti,tmp423\";\n"
  "+\t\treg = <0x4c>;\n"
  "+\t};\n"
  "+\n"
- "+\ttemperature-sensor at 4d {\n"
+ "+\ttemperature-sensor@4d {\n"
  "+\t\tcompatible = \"ti,tmp423\";\n"
  "+\t\treg = <0x4d>;\n"
  "+\t};\n"
  "+\n"
- "+\teeprom at 50 {\n"
+ "+\teeprom@50 {\n"
  "+\t\tcompatible = \"atmel,24c128\";\n"
  "+\t\treg = <0x50>;\n"
  "+\t};\n"
@@ -1315,17 +1330,17 @@
  "+&i2c10 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\ttemperature-sensor at 4c {\n"
+ "+\ttemperature-sensor@4c {\n"
  "+\t\tcompatible = \"ti,tmp423\";\n"
  "+\t\treg = <0x4c>;\n"
  "+\t};\n"
  "+\n"
- "+\ttemperature-sensor at 4d {\n"
+ "+\ttemperature-sensor@4d {\n"
  "+\t\tcompatible = \"ti,tmp423\";\n"
  "+\t\treg = <0x4d>;\n"
  "+\t};\n"
  "+\n"
- "+\teeprom at 50 {\n"
+ "+\teeprom@50 {\n"
  "+\t\tcompatible = \"atmel,24c128\";\n"
  "+\t\treg = <0x50>;\n"
  "+\t};\n"
@@ -1334,34 +1349,34 @@
  "+&i2c11 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\ttemperature-sensor at 48 {\n"
+ "+\ttemperature-sensor@48 {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x48>;\n"
  "+\t};\n"
  "+\n"
- "+\ttemperature-sensor at 49 {\n"
+ "+\ttemperature-sensor@49 {\n"
  "+\t\tcompatible = \"ti,tmp275\";\n"
  "+\t\treg = <0x49>;\n"
  "+\t};\n"
  "+\n"
- "+\ti2c-mux at 70 {\n"
+ "+\ti2c-mux@70 {\n"
  "+\t\tcompatible = \"nxp,pca9546\";\n"
  "+\t\treg = <0x70>;\n"
  "+\t\t#address-cells = <1>;\n"
  "+\t\t#size-cells = <0>;\n"
  "+\t\ti2c-mux-idle-disconnect;\n"
  "+\n"
- "+\t\ti2c11mux0chn0: i2c at 0 {\n"
+ "+\t\ti2c11mux0chn0: i2c@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\teeprom at 50 {\n"
+ "+\t\t\teeprom@50 {\n"
  "+\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\t\t\treg = <0x50>;\n"
  "+\t\t\t};\n"
  "+\n"
- "+\t\t\tled-controller at 60 {\n"
+ "+\t\t\tled-controller@60 {\n"
  "+\t\t\t\tcompatible = \"nxp,pca9551\";\n"
  "+\t\t\t\treg = <0x60>;\n"
  "+\t\t\t\t#address-cells = <1>;\n"
@@ -1369,7 +1384,7 @@
  "+\t\t\t\tgpio-controller;\n"
  "+\t\t\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\t\t\tled at 0 {\n"
+ "+\t\t\t\tled@0 {\n"
  "+\t\t\t\t\treg = <0>;\n"
  "+\t\t\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\t\t\tlabel = \"cablecard10-cxp-top\";\n"
@@ -1377,7 +1392,7 @@
  "+\t\t\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t\t\t};\n"
  "+\n"
- "+\t\t\t\tled at 1 {\n"
+ "+\t\t\t\tled@1 {\n"
  "+\t\t\t\t\treg = <1>;\n"
  "+\t\t\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\t\t\tlabel = \"cablecard10-cxp-bot\";\n"
@@ -1387,12 +1402,12 @@
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c11mux0chn1: i2c at 1 {\n"
+ "+\t\ti2c11mux0chn1: i2c@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\teeprom at 51 {\n"
+ "+\t\t\teeprom@51 {\n"
  "+\t\t\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\t\t\treg = <0x51>;\n"
  "+\t\t\t};\n"
@@ -1403,13 +1418,13 @@
  "+&i2c12 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\ttpm at 2e {\n"
+ "+\ttpm@2e {\n"
  "+\t\tcompatible = \"nuvoton,npct75x\", \"tcg,tpm-tis-i2c\";\n"
  "+\t\treg = <0x2e>;\n"
  "+\t\tmemory-region = <&event_log>;\n"
  "+\t};\n"
  "+\n"
- "+\teeprom at 50 {\n"
+ "+\teeprom@50 {\n"
  "+\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\treg = <0x50>;\n"
  "+\t};\n"
@@ -1418,12 +1433,12 @@
  "+&i2c13 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\teeprom at 50 {\n"
+ "+\teeprom@50 {\n"
  "+\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\treg = <0x50>;\n"
  "+\t};\n"
  "+\n"
- "+\tled-controller at 60 {\n"
+ "+\tled-controller@60 {\n"
  "+\t\tcompatible = \"nxp,pca9552\";\n"
  "+\t\treg = <0x60>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -1431,7 +1446,7 @@
  "+\t\tgpio-controller;\n"
  "+\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\tled at 0 {\n"
+ "+\t\tled@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme0\";\n"
@@ -1439,7 +1454,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 1 {\n"
+ "+\t\tled@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme1\";\n"
@@ -1447,7 +1462,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 2 {\n"
+ "+\t\tled@2 {\n"
  "+\t\t\treg = <2>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme2\";\n"
@@ -1455,7 +1470,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 3 {\n"
+ "+\t\tled@3 {\n"
  "+\t\t\treg = <3>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme3\";\n"
@@ -1463,7 +1478,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 4 {\n"
+ "+\t\tled@4 {\n"
  "+\t\t\treg = <4>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme4\";\n"
@@ -1471,7 +1486,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 5 {\n"
+ "+\t\tled@5 {\n"
  "+\t\t\treg = <5>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme5\";\n"
@@ -1479,7 +1494,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 6 {\n"
+ "+\t\tled@6 {\n"
  "+\t\t\treg = <6>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme6\";\n"
@@ -1487,7 +1502,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 7 {\n"
+ "+\t\tled@7 {\n"
  "+\t\t\treg = <7>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme7\";\n"
@@ -1500,12 +1515,12 @@
  "+&i2c14 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\teeprom at 50 {\n"
+ "+\teeprom@50 {\n"
  "+\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\treg = <0x50>;\n"
  "+\t};\n"
  "+\n"
- "+\tled-controller at 60 {\n"
+ "+\tled-controller@60 {\n"
  "+\t\tcompatible = \"nxp,pca9552\";\n"
  "+\t\treg = <0x60>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -1513,7 +1528,7 @@
  "+\t\tgpio-controller;\n"
  "+\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\tled at 0 {\n"
+ "+\t\tled@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme8\";\n"
@@ -1521,7 +1536,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 1 {\n"
+ "+\t\tled@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme9\";\n"
@@ -1529,7 +1544,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 2 {\n"
+ "+\t\tled@2 {\n"
  "+\t\t\treg = <2>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme10\";\n"
@@ -1537,7 +1552,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 3 {\n"
+ "+\t\tled@3 {\n"
  "+\t\t\treg = <3>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme11\";\n"
@@ -1545,7 +1560,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 4 {\n"
+ "+\t\tled@4 {\n"
  "+\t\t\treg = <4>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme12\";\n"
@@ -1553,7 +1568,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 5 {\n"
+ "+\t\tled@5 {\n"
  "+\t\t\treg = <5>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme13\";\n"
@@ -1561,7 +1576,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 6 {\n"
+ "+\t\tled@6 {\n"
  "+\t\t\treg = <6>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme14\";\n"
@@ -1569,7 +1584,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 7 {\n"
+ "+\t\tled@7 {\n"
  "+\t\t\treg = <7>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme15\";\n"
@@ -1582,12 +1597,12 @@
  "+&i2c15 {\n"
  "+\tstatus = \"okay\";\n"
  "+\n"
- "+\teeprom at 50 {\n"
+ "+\teeprom@50 {\n"
  "+\t\tcompatible = \"atmel,24c64\";\n"
  "+\t\treg = <0x50>;\n"
  "+\t};\n"
  "+\n"
- "+\tled-controller at 60 {\n"
+ "+\tled-controller@60 {\n"
  "+\t\tcompatible = \"nxp,pca9552\";\n"
  "+\t\treg = <0x60>;\n"
  "+\t\t#address-cells = <1>;\n"
@@ -1595,7 +1610,7 @@
  "+\t\tgpio-controller;\n"
  "+\t\t#gpio-cells = <2>;\n"
  "+\n"
- "+\t\tled at 0 {\n"
+ "+\t\tled@0 {\n"
  "+\t\t\treg = <0>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme16\";\n"
@@ -1603,7 +1618,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 1 {\n"
+ "+\t\tled@1 {\n"
  "+\t\t\treg = <1>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme17\";\n"
@@ -1611,7 +1626,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 2 {\n"
+ "+\t\tled@2 {\n"
  "+\t\t\treg = <2>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme18\";\n"
@@ -1619,7 +1634,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 3 {\n"
+ "+\t\tled@3 {\n"
  "+\t\t\treg = <3>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme19\";\n"
@@ -1627,7 +1642,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 4 {\n"
+ "+\t\tled@4 {\n"
  "+\t\t\treg = <4>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme20\";\n"
@@ -1635,7 +1650,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 5 {\n"
+ "+\t\tled@5 {\n"
  "+\t\t\treg = <5>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme21\";\n"
@@ -1643,7 +1658,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 6 {\n"
+ "+\t\tled@6 {\n"
  "+\t\t\treg = <6>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme22\";\n"
@@ -1651,7 +1666,7 @@
  "+\t\t\ttype = <PCA955X_TYPE_LED>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tled at 7 {\n"
+ "+\t\tled@7 {\n"
  "+\t\t\treg = <7>;\n"
  "+\t\t\tdefault-state = \"keep\";\n"
  "+\t\t\tlabel = \"nvme23\";\n"
@@ -1730,4 +1745,4 @@
  "-- \n"
  2.39.3
 
-9c60e4b4ce8faf346bf095a3152c9580e715912c017e2b908f4b67fc3b99d0d8
+e615321d226c90d5d12f0f85e8dc9829631308742b80e7abae7015d8f1035160

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.