HiWiFi HC5661/5761/5861 models are manufactured by http://www.hiwifi.com. These models have similar hardware specs(MT7620A + 128M DDR2 + 16M flash). This patch adds support for them. The original author is Justin Liu (rssnsj@gmail.com). I ported the patch to trunk and submitted it here with his approval. v3 fix 1: Merged most stuff into dtsi file 2: Remove unnecessary empty lines. Signed-off-by: Xiaoning Kang <kangxn@163.com> SVN-Revision: 47112
		
			
				
	
	
		
			93 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			93 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/dts-v1/;
 | 
						|
 | 
						|
/include/ "HC5XXX.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	compatible = "HC5861", "ralink,mt7620a-soc";
 | 
						|
	model = "HiWiFi HC5861";
 | 
						|
 | 
						|
	ethernet@10100000 {
 | 
						|
		status = "okay";
 | 
						|
		mtd-mac-address = <&factory 0x4>;
 | 
						|
		pinctrl-names = "default";
 | 
						|
		pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>;
 | 
						|
		ralink,port-map = "wllll";
 | 
						|
 | 
						|
		port@4 {
 | 
						|
			status = "okay";
 | 
						|
			phy-handle = <&phy4>;
 | 
						|
			phy-mode = "rgmii";
 | 
						|
		};
 | 
						|
 | 
						|
		port@5 {
 | 
						|
			status = "okay";
 | 
						|
			phy-handle = <&phy5>;
 | 
						|
			phy-mode = "rgmii";
 | 
						|
		};
 | 
						|
 | 
						|
		mdio-bus {
 | 
						|
			status = "okay";
 | 
						|
 | 
						|
			phy4: ethernet-phy@4 {
 | 
						|
				reg = <4>;
 | 
						|
				phy-mode = "rgmii";
 | 
						|
			};
 | 
						|
 | 
						|
			phy5: ethernet-phy@5 {
 | 
						|
				reg = <5>;
 | 
						|
				phy-mode = "rgmii";
 | 
						|
			};
 | 
						|
		};
 | 
						|
	};
 | 
						|
 | 
						|
	gsw@10110000 {
 | 
						|
		ralink,port4 = "gmac";
 | 
						|
	};
 | 
						|
 | 
						|
	gpio-leds {
 | 
						|
		compatible = "gpio-leds";
 | 
						|
 | 
						|
		system {
 | 
						|
			label = "hc5861:blue:system";
 | 
						|
			gpios = <&gpio0 9 1>;
 | 
						|
		};
 | 
						|
 | 
						|
		wlan2g {
 | 
						|
			label = "hc5861:blue:wlan2g";
 | 
						|
			gpios = <&gpio0 11 1>;
 | 
						|
		};
 | 
						|
 | 
						|
		internet {
 | 
						|
			label = "hc5861:blue:internet";
 | 
						|
			gpios = <&gpio3 0 1>;
 | 
						|
		};
 | 
						|
 | 
						|
		wlan5g {
 | 
						|
			label = "hc5861:blue:wlan5g";
 | 
						|
			gpios = <&gpio0 7 1>;
 | 
						|
		};
 | 
						|
 | 
						|
		turbo {
 | 
						|
			label = "hc5861:blue:turbo";
 | 
						|
			gpios = <&gpio0 10 1>;
 | 
						|
		};
 | 
						|
	};
 | 
						|
 | 
						|
	gpio_export {
 | 
						|
		compatible = "gpio-export";
 | 
						|
		#size-cells = <0>;
 | 
						|
 | 
						|
		usbpower {
 | 
						|
			gpio-export,name = "usbpower";
 | 
						|
			gpio-export,output = <0>;
 | 
						|
			gpios = <&gpio0 13 0>;
 | 
						|
		};
 | 
						|
 | 
						|
		sdpower {
 | 
						|
			gpio-export,name = "sdpower";
 | 
						|
			gpio-export,output = <0>;
 | 
						|
			gpios = <&gpio0 8 0>;
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 |