mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	This renames all remaining occurrences of "EEPROM" to "art" to further harmonize the partition labelling in ath79. This will help to reduce the amount of user-space code and might be beneficial when code is copy/pasted in the future. Affected are only devices from Ubiquiti, where the XM board is already using "art" in ath79. Acked-by: Piotr Dymacz <pepe2k@gmail.com> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
		
			
				
	
	
		
			31 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 | 
						|
 | 
						|
#include "qca9563_ubnt_unifiac.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	aliases {
 | 
						|
		label-mac-device = ð0;
 | 
						|
	};
 | 
						|
};
 | 
						|
 | 
						|
&mdio0 {
 | 
						|
	status = "okay";
 | 
						|
	phy-mask = <0>;
 | 
						|
 | 
						|
	phy0: ethernet-phy@0 {
 | 
						|
		reg = <0>;
 | 
						|
		phy-mode = "sgmii";
 | 
						|
		qca,ar8327-initvals = <
 | 
						|
			0x04 0x00080080 /* PORT0 PAD MODE CTRL */
 | 
						|
			0x7c 0x0000007e /* PORT0_STATUS */
 | 
						|
		>;
 | 
						|
	};
 | 
						|
};
 | 
						|
 | 
						|
ð0 {
 | 
						|
	status = "okay";
 | 
						|
 | 
						|
	mtd-mac-address = <&art 0x0>;
 | 
						|
	phy-handle = <&phy0>;
 | 
						|
};
 |