add the dts files that describe the boards in future
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36168
This commit is contained in:
		
							
								
								
									
										91
									
								
								target/linux/ramips/dts/3G-6200N.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								target/linux/ramips/dts/3G-6200N.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,91 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "3G-6200N", "ralink,rt3050-soc"; | ||||
| 	model = "Edimax 3g-6200n"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,128k@0x3e0000(cimage)ro,3648k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		power { | ||||
| 			label = "edimax:green:power"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wlan { | ||||
| 			label = "edimax:amber:wlan"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		3g { | ||||
| 			label = "edimax:blue:3g"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 		wlanswitch { | ||||
| 			label = "wlanswitch"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 			linux,code = <0x100>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										105
									
								
								target/linux/ramips/dts/3G300M.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										105
									
								
								target/linux/ramips/dts/3G300M.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,105 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "3G300M", "ralink,rt3052-soc"; | ||||
| 	model = "Tenda 3G300M"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "jtag"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l3205d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80", "mx25l3205d"; | ||||
| 				spi-max-frequency = <10000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		3grouter { | ||||
| 			label = "tenda:blue:3grouter"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 		ap { | ||||
| 			label = "tenda:blue:ap"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wisprouter { | ||||
| 			label = "tenda:blue:wisprouter"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wirelessrouter { | ||||
| 			label = "tenda:blue:wirelessrouter"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 		3g { | ||||
| 			label = "tenda:blue:3g"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 		}; | ||||
| 		wpsreset { | ||||
| 			label = "tenda:blue:wpsreset"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		mode { | ||||
| 			label = "mode"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x100>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										79
									
								
								target/linux/ramips/dts/AIR3GII.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										79
									
								
								target/linux/ramips/dts/AIR3GII.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,79 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt5350.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "AIR3GII", "ralink,rt5350-soc"; | ||||
| 	model = "AirLive Air3GII"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "en25q32b"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80", "en25q32b"; | ||||
| 				spi-max-frequency = <10000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		wlan { | ||||
| 			label = "airlive:green:wlan"; | ||||
| 			gpios = <&gpio0 8 0>; | ||||
| 		}; | ||||
| 		mobile { | ||||
| 			label = "airlive:green:mobile"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										101
									
								
								target/linux/ramips/dts/ALL0239-3G.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								target/linux/ramips/dts/ALL0239-3G.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,101 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ALL0239-3G", "ralink,rt3052-soc"; | ||||
| 	model = "Allnet ALL0239-3G"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "mdio"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		usb { | ||||
| 			label = "hw550-3g:green:usb"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		3g { | ||||
| 			label = "hw550-3g:green:3g"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 		status { | ||||
| 			label = "hw550-3g:green:status"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "hw550-3g:green:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		connect { | ||||
| 			label = "connect"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 			linux,code = <0xda>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										83
									
								
								target/linux/ramips/dts/ALL0256N-4M.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										83
									
								
								target/linux/ramips/dts/ALL0256N-4M.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,83 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ALL0256N", "ralink,rt3050-soc"; | ||||
| 	model = "Allnet ALL0256N"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l3205d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80", "mx25l3205d"; | ||||
| 				spi-max-frequency = <10000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		rssilow { | ||||
| 			label = "all0256n:green:rssilow"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		rssimed { | ||||
| 			label = "all0256n:green:rssimed"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		rssihigh { | ||||
| 			label = "all0256n:green:rssihigh"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										83
									
								
								target/linux/ramips/dts/ALL0256N-8M.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										83
									
								
								target/linux/ramips/dts/ALL0256N-8M.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,83 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ALL0256N", "ralink,rt3050-soc"; | ||||
| 	model = "Allnet ALL0256N"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l3205d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80", "mx25l3205d"; | ||||
| 				spi-max-frequency = <10000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		rssilow { | ||||
| 			label = "all0256n:green:rssilow"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		rssimed { | ||||
| 			label = "all0256n:green:rssimed"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		rssihigh { | ||||
| 			label = "all0256n:green:rssihigh"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										95
									
								
								target/linux/ramips/dts/ALL5002.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										95
									
								
								target/linux/ramips/dts/ALL5002.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,95 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3352.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ALL5002", "ralink,rt3352-soc"; | ||||
| 	model = "Allnet ALL5002/ALL5003"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x10000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,32448k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,gpiomux = "i2c"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l25635e"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80", "mx25l25635e"; | ||||
| 				spi-max-frequency = <10000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3f>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	ehci@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	ohci@101c1000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	i2c-gpio { | ||||
| 		compatible = "i2c-gpio"; | ||||
|  | ||||
| 		gpios = <&gpio0 1 0 &gpio0 2 0>; | ||||
| 		i2c-gpio,delay-us = <10>; | ||||
|  | ||||
| 		pcf0: iexp@38 { | ||||
| 			#gpio-cells = <2>; | ||||
| 			compatible = "inxp,pcf8574a"; | ||||
| 			reg = <0x38>; | ||||
| 			gpio-controller; | ||||
| 		}; | ||||
|  | ||||
| 		hwmon@4b { | ||||
| 			compatible = "national,lm92"; | ||||
| 			reg = <0x4b>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		ld1 { | ||||
| 			label = "allnet:green:ld1"; | ||||
| 			gpios = <&pcf0 0 1>; | ||||
| 		}; | ||||
| 		ld2 { | ||||
| 			label = "allnet:green:ld2"; | ||||
| 			gpios = <&pcf0 1 1>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										87
									
								
								target/linux/ramips/dts/ARGUS_ATP52B.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										87
									
								
								target/linux/ramips/dts/ARGUS_ATP52B.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,87 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ARGUS_ATP52B", "ralink,rt3052-soc"; | ||||
| 	model = "Argus ATP-52B"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "mtdparts=1f000000.cfi:192k(bootloader)ro,64k(config),64k(factory),7808k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		run { | ||||
| 			label = "argus-atp52b:green:run"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		net { | ||||
| 			label = "argus-atp52b:amber:net"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										79
									
								
								target/linux/ramips/dts/BC2.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										79
									
								
								target/linux/ramips/dts/BC2.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,79 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "BC2", "ralink,rt3052-soc"; | ||||
| 	model = "NexAira BC2"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "jtag"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		usb { | ||||
| 			label = "bc2:blue:usb"; | ||||
| 			gpios = <&gpio0 20 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 17 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										83
									
								
								target/linux/ramips/dts/BR-6425.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										83
									
								
								target/linux/ramips/dts/BR-6425.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,83 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "BR-6425", "ralink,rt3052-soc"; | ||||
| 	model = "Edimax BR-6425"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		power { | ||||
| 			label = "edimax:green:power"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wlan { | ||||
| 			label = "edimax:orange:wlan"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset_wps { | ||||
| 			label = "reset_wps"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		rfkill { | ||||
| 			label = "RFKILL switch"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 			linux,code = <0xf7>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										82
									
								
								target/linux/ramips/dts/BROADWAY.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										82
									
								
								target/linux/ramips/dts/BROADWAY.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,82 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "BROADWAY", "ralink,rt3052-soc"; | ||||
| 	model = "Hauppauge Broadway"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(bootloader)ro,64k(config)ro,64k(factory)ro,7744k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		diskmounted { | ||||
| 			label = "red:diskmounted"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wps_active { | ||||
| 			label = "red:wps_active"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		factory { | ||||
| 			label = "Factory Reset button"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										66
									
								
								target/linux/ramips/dts/CARAMBOLA.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								target/linux/ramips/dts/CARAMBOLA.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,66 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "CARAMBOLA", "ralink,rt3050-soc"; | ||||
| 	model = "8devices Carambola"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,115200 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "uartlite", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "i2c", "spi", "jtag", "mdio"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3f>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	i2c-gpio { | ||||
| 		compatible = "i2c-gpio"; | ||||
|  | ||||
| 		gpios = <&gpio0 1 0 &gpio0 2 0>;  | ||||
| 		i2c-gpio,delay-us = <10>; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										101
									
								
								target/linux/ramips/dts/DAP-1350.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								target/linux/ramips/dts/DAP-1350.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,101 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "DAP-1350", "ralink,rt3052-soc"; | ||||
| 	model = "D-Link DAP-1350"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,115200 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(devdata)ro,192k(devconf)ro,256k(devlang)ro,7488k@0xb0000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		power { | ||||
| 			label = "d-link:blue:power"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		power2 { | ||||
| 			label = "d-link:red:power"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "d-link:blue:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 		rt { | ||||
| 			label = "rt"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 			linux,code = <0x100>; | ||||
| 		}; | ||||
| 		ap { | ||||
| 			label = "ap"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 			linux,code = <0x101>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										95
									
								
								target/linux/ramips/dts/DIR-300-B1.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										95
									
								
								target/linux/ramips/dts/DIR-300-B1.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,95 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "DIR-300-B1", "ralink,rt3050-soc"; | ||||
| 	model = "D-Link DIR-300 B1"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(devdata)ro,64k(devconf)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		status { | ||||
| 			label = "d-link:amber:status"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		status2 { | ||||
| 			label = "d-link:green:status"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wan { | ||||
| 			label = "d-link:amber:wan"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		wan2 { | ||||
| 			label = "d-link:green:wan"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "d-link:blue:wps"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										94
									
								
								target/linux/ramips/dts/DIR-600-B1.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										94
									
								
								target/linux/ramips/dts/DIR-600-B1.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,94 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "DIR-600-B1", "ralink,rt3050-soc"; | ||||
| 	model = "D-Link DIR-600 B1"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(devdata)ro,64k(devconf)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		status { | ||||
| 			label = "d-link:amber:status"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		status2 { | ||||
| 			label = "d-link:green:status"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wan { | ||||
| 			label = "d-link:amber:wan"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		wan2 { | ||||
| 			label = "d-link:green:wan"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "d-link:blue:wps"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										94
									
								
								target/linux/ramips/dts/DIR-600-B2.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										94
									
								
								target/linux/ramips/dts/DIR-600-B2.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,94 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "DIR-600-B2", "ralink,rt3050-soc"; | ||||
| 	model = "D-Link DIR-600 B2"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(devdata)ro,64k(devconf)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		status { | ||||
| 			label = "d-link:amber:status"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		status2 { | ||||
| 			label = "d-link:green:status"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wan { | ||||
| 			label = "d-link:amber:wan"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		wan2 { | ||||
| 			label = "d-link:green:wan"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "d-link:blue:wps"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										95
									
								
								target/linux/ramips/dts/DIR-615-D.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										95
									
								
								target/linux/ramips/dts/DIR-615-D.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,95 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "DIR-615-D", "ralink,rt3050-soc"; | ||||
| 	model = "D-Link DIR-615 D"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(devdata)ro,64k(devconf)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		status { | ||||
| 			label = "d-link:amber:status"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		status2 { | ||||
| 			label = "d-link:green:status"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wan { | ||||
| 			label = "d-link:amber:wan"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		wan2 { | ||||
| 			label = "d-link:green:wan"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "d-link:blue:wps"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										96
									
								
								target/linux/ramips/dts/DIR-615-H1.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										96
									
								
								target/linux/ramips/dts/DIR-615-H1.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,96 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3352.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "DIR-615-H1", "ralink,rt3352-soc"; | ||||
| 	model = "D-Link DIR-615 H1"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x10000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l3205d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80", "mx25l3205d"; | ||||
| 				spi-max-frequency = <10000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		status { | ||||
| 			label = "d-link:amber:status"; | ||||
| 			gpios = <&gpio0 7 0>; | ||||
| 		}; | ||||
| 		status2 { | ||||
| 			label = "d-link:green:status"; | ||||
| 			gpios = <&gpio0 9 0>; | ||||
| 		}; | ||||
| 		wan { | ||||
| 			label = "d-link:amber:wan"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wan2 { | ||||
| 			label = "d-link:green:wan"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "d-link:blue:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										103
									
								
								target/linux/ramips/dts/DIR-620-A1.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										103
									
								
								target/linux/ramips/dts/DIR-620-A1.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,103 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "DIR-620-A1", "ralink,rt3050-soc"; | ||||
| 	model = "D-Link DIR-620 A1"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		status { | ||||
| 			label = "d-link:amber:status"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		status2 { | ||||
| 			label = "d-link:green:status"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wan { | ||||
| 			label = "d-link:amber:wan"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		wan2 { | ||||
| 			label = "d-link:green:wan"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "d-link:blue:wps"; | ||||
| 			gpios = <&gpio0 13 0>; | ||||
| 		}; | ||||
| 		wps2 { | ||||
| 			label = "d-link:amber:wps"; | ||||
| 			gpios = <&gpio0 11 0>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										144
									
								
								target/linux/ramips/dts/DIR-645.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										144
									
								
								target/linux/ramips/dts/DIR-645.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,144 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3883.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "DIR-645", "ralink,rt3883-soc"; | ||||
| 	model = "D-Link DIR-645"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x10000000>; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "uartlite", "spi"; | ||||
| 			ralink,gpiomux = "i2c", "jtag"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		timer@100 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio1: gpio@638 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
|  | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l6405d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80"; | ||||
| 				spi-max-frequency = <25000000>; | ||||
| 				partition@0 { | ||||
| 					label = "uboot"; | ||||
| 					reg = <0x0 0x30000>; | ||||
| 					read-only; | ||||
| 				}; | ||||
| 				partition@30000 { | ||||
| 					label = "uboot-env"; | ||||
| 					reg = <0x30000 0x4000>; | ||||
| 					read-only; | ||||
| 				}; | ||||
| 				factory: partition@34000 { | ||||
| 					label = "factory"; | ||||
| 					reg = <0x34000 0x4000>; | ||||
| 					read-only; | ||||
| 				}; | ||||
| 				partition@38000 { | ||||
| 					label = "nvram"; | ||||
| 					reg = <0x38000 0x8000>; | ||||
| 					read-only; | ||||
| 				}; | ||||
| 				partition@40000 { | ||||
| 					label = "devdata"; | ||||
| 					reg = <0x40000 0x10000>; | ||||
| 				}; | ||||
| 				partition@50000 { | ||||
| 					label = "firmware"; | ||||
| 					reg = <0x50000 0x7b0000>; | ||||
| 				}; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
|  | ||||
| 		mtd-mac-address = <&factory 0x28>; | ||||
| 		ralink,fixed-link = <1000 1 1 1>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,5ghz = <0>; | ||||
| 	}; | ||||
|  | ||||
| 	ehci@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	ohci@101c1000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	rtl8366b { | ||||
| 		compatible = "rtl8367b"; | ||||
| 		gpio-sda = <&gpio0 1 0>; | ||||
| 		gpio-sck = <&gpio0 2 0>; | ||||
| 		realtek,extif1 = <1 0 1 1 1 1 1 1 2>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <100>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 9 0>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 14 0>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		 | ||||
| 		inet { | ||||
| 			label = "d-link:green:inet"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "d-link:green:wps"; | ||||
| 			gpios = <&gpio1 2 0>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio_export { | ||||
| 		compatible = "gpio-export"; | ||||
| 		#size-cells = <0>; | ||||
|  | ||||
| 		usb { | ||||
| 			gpio-export,name = "usb"; | ||||
| 			gpio-export,output = <1>; | ||||
| 			gpios = <&gpio1 6 0>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										83
									
								
								target/linux/ramips/dts/ESR-9753.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										83
									
								
								target/linux/ramips/dts/ESR-9753.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,83 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ESR-9753", "ralink,rt3052-soc"; | ||||
| 	model = "Senao / EnGenius ESR-9753"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		power { | ||||
| 			label = "esr-9753:orange:power"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "esr-9753:orange:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										106
									
								
								target/linux/ramips/dts/F5D8235_V2.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										106
									
								
								target/linux/ramips/dts/F5D8235_V2.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,106 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "F5D8235_V2", "ralink,rt3052-soc"; | ||||
| 	model = "Belkin F5D8235 v2"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:320k(u-boot)ro,7744k(firmware),64k(nvram),64k(factory)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "uartlite", "jtag", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "i2c", "spi", "mdio"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3f>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	rtl8366rb { | ||||
| 		compatible = "rtl8367rb"; | ||||
| 		gpio-sda = <&gpio0 1 0>; | ||||
| 		gpio-sck = <&gpio0 2 0>; | ||||
| 	}; | ||||
| 	 | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		internet { | ||||
| 			label = "f5d8235v2:blue:internet"; | ||||
| 			gpio = <&gpio0 5 1>; | ||||
| 		}; | ||||
| 		internet2 { | ||||
| 			label = "f5d8235v2:amber:internet"; | ||||
| 			gpio = <&gpio0 6 1>; | ||||
| 		}; | ||||
| 		modem { | ||||
| 			label = "f5d8235v2:blue:modem"; | ||||
| 			gpio = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 		modem2 { | ||||
| 			label = "f5d8235v2:amber:modem"; | ||||
| 			gpio = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		router { | ||||
| 			label = "f5d8235v2:blue:router"; | ||||
| 			gpio = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		storage { | ||||
| 			label = "f5d8235v2:blue:storage"; | ||||
| 			gpio = <&gpio0 23 1>; | ||||
| 		}; | ||||
| 		storage2 { | ||||
| 			label = "f5d8235v2:amber:storage"; | ||||
| 			gpio = <&gpio0 22 1>; | ||||
| 		}; | ||||
| 		security { | ||||
| 			label = "f5d8235v2:blue:security"; | ||||
| 			gpio = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 		security2 { | ||||
| 			label = "f5d8235v2:amber:security"; | ||||
| 			gpio = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										91
									
								
								target/linux/ramips/dts/FONERA20N.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								target/linux/ramips/dts/FONERA20N.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,91 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "FONERA20N", "ralink,rt3052-soc"; | ||||
| 	model = "La Fonera 2.0N"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		wifi { | ||||
| 			label = "fonera20n:orange:wifi"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 		}; | ||||
| 		power { | ||||
| 			label = "fonera20n:green:power"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		usb { | ||||
| 			label = "fonera20n:orange:usb"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		switch { | ||||
| 			label = "switch"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 			linux,code = <0x101>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										45
									
								
								target/linux/ramips/dts/FREESTATION5.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								target/linux/ramips/dts/FREESTATION5.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,45 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "FREESTATION5", "ralink,rt3052-soc"; | ||||
| 	model = "ARC FreeStation5"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,115200 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										101
									
								
								target/linux/ramips/dts/HW550-3G.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								target/linux/ramips/dts/HW550-3G.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,101 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "HW550-3G", "ralink,rt3052-soc"; | ||||
| 	model = "Aztech HW550-3G"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "mdio"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		usb { | ||||
| 			label = "hw550-3g:green:usb"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		3g { | ||||
| 			label = "hw550-3g:green:3g"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 		status { | ||||
| 			label = "hw550-3g:green:status"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "hw550-3g:green:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		connect { | ||||
| 			label = "connect"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 			linux,code = <0xda>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										101
									
								
								target/linux/ramips/dts/MOFI3500-3GN.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										101
									
								
								target/linux/ramips/dts/MOFI3500-3GN.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,101 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "MOFI3500-3GN", "ralink,rt3052-soc"; | ||||
| 	model = "MoFi Network MOFI3500-3GN"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "mdio"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		usb { | ||||
| 			label = "mofi3500-3gn:green:usb"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		3g { | ||||
| 			label = "mofi3500-3gn:green:3g"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 		status { | ||||
| 			label = "mofi3500-3gn:green:status"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "mofi3500-3gn:green:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		connect { | ||||
| 			label = "connect"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 			linux,code = <0xda>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										92
									
								
								target/linux/ramips/dts/MZK-W300NH2.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								target/linux/ramips/dts/MZK-W300NH2.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,92 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "MZK-W300NH2", "ralink,rt3052-soc"; | ||||
| 	model = "Planex MZK-W300NH2"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,128k@0x3e0000(cimage)ro,3648k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "uartlite", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "i2c", "spi", "jtag"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		power { | ||||
| 			label = "mzkw300nh2:green:power"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wlan { | ||||
| 			label = "mzkw300nh2:amber:wlan"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "mzkw300nh2:amber:wps"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		rt { | ||||
| 			label = "rt"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 			linux,code = <0x100>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										82
									
								
								target/linux/ramips/dts/NBG-419N.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										82
									
								
								target/linux/ramips/dts/NBG-419N.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,82 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "NBG-419N", "ralink,rt3052-soc"; | ||||
| 	model = "ZyXEL NBG-419N"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		power { | ||||
| 			label = "nbg-419n:green:power"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "nbg-419n:green:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										93
									
								
								target/linux/ramips/dts/NW718.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										93
									
								
								target/linux/ramips/dts/NW718.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,93 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "NW718", "ralink,rt3050-soc"; | ||||
| 	model = "Netcore NW718"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=spi0.0:192k(u-boot)ro,128k(config)ro,64k(factory)ro,3712k@0x60000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "i2c"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l3205d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80", "mx25l3205d"; | ||||
| 				spi-max-frequency = <25000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		cpu { | ||||
| 			label = "nw718:amber:cpu"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 		usb { | ||||
| 			label = "nw718:amber:usb"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "nw718:amber:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										119
									
								
								target/linux/ramips/dts/OMNI-EMB-HPM.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										119
									
								
								target/linux/ramips/dts/OMNI-EMB-HPM.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,119 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3883.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "OMNI-EMB-HPM", "ralink,rt3883-soc"; | ||||
| 	model = "Omnima EMB HPM"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x10000000>; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "uartlite", "spi"; | ||||
| 			ralink,gpiomux = "i2c", "jtag"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		timer@100 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
|  | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l6405d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80"; | ||||
| 				spi-max-frequency = <25000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,phy-mask = <0x10>; | ||||
| 		phy-mode = "rgmii"; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	ehci@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	ohci@101c1000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <100>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 14 0>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		 | ||||
| 		power { | ||||
| 			label = "emb:orange:power"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 		}; | ||||
| 		status { | ||||
| 			label = "emb:green:status"; | ||||
| 			gpios = <&gpio0 21 1>; | ||||
| 		}; | ||||
| 		eth { | ||||
| 			label = "emb:green:eth"; | ||||
| 			gpios = <&gpio0 20 1>; | ||||
| 		}; | ||||
| 		eth2 { | ||||
| 			label = "emb:red:eth"; | ||||
| 			gpios = <&gpio0 18 1>; | ||||
| 		}; | ||||
| 		wifi { | ||||
| 			label = "emb:green:wifi"; | ||||
| 			gpios = <&gpio0 17 1>; | ||||
| 		}; | ||||
| 		wifi2 { | ||||
| 			label = "emb:red:wifi"; | ||||
| 			gpios = <&gpio0 19 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio_export { | ||||
| 		compatible = "gpio-export"; | ||||
| 		#size-cells = <0>; | ||||
| 		/* gpio 12 and 13 handle the OC input */ | ||||
| 		usb0 { | ||||
| 			gpio-export,name = "usb0"; | ||||
| 			gpio-export,output = <1>; | ||||
| 			gpios = <&gpio0 2 0>; | ||||
| 		}; | ||||
| 		usb1 { | ||||
| 			gpio-export,name = "usb1"; | ||||
| 			gpio-export,output = <1>; | ||||
| 			gpios = <&gpio0 1 0>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										81
									
								
								target/linux/ramips/dts/OMNI-EMB.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										81
									
								
								target/linux/ramips/dts/OMNI-EMB.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,81 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "OMNI-EMB", "ralink,rt3052-soc"; | ||||
| 	model = "Omnima MiniEMBWiFi"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		status { | ||||
| 			label = "emb:green:status"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wlan { | ||||
| 			label = "emb:green:wlan"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										78
									
								
								target/linux/ramips/dts/PSR-680W.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										78
									
								
								target/linux/ramips/dts/PSR-680W.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,78 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "PSR-680W", "ralink,rt3052-soc"; | ||||
| 	model = "Petatel PSR-680W Wireless 3G Router"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,115200 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "uartlite", "sdram"; | ||||
| 			ralink,gpiommux = "spi", "jtag", "mdio", "rgmii"; | ||||
| 			ralink,uartmux = "i2s uartf"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		wan { | ||||
| 			label = "psr-680w:red:wan"; | ||||
| 			gpios = <&gpio0 19 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										78
									
								
								target/linux/ramips/dts/PWH2004.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										78
									
								
								target/linux/ramips/dts/PWH2004.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,78 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "PWH2004", "ralink,rt3052-soc"; | ||||
| 	model = "Prolink PWH2004"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		wifi { | ||||
| 			label = "pwh2004:red:wifi"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		power { | ||||
| 			label = "pwh2004:green:power"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										72
									
								
								target/linux/ramips/dts/RT-G32-B1.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										72
									
								
								target/linux/ramips/dts/RT-G32-B1.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,72 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "RT-G32-B1", "ralink,rt3050-soc"; | ||||
| 	model = "Asus RT-G32 B1"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "mtdparts=spi0.0:192k(u-boot)ro,64k(devdata)ro,64k(devconf)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l3205d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80", "mx25l3205d"; | ||||
| 				spi-max-frequency = <10000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										78
									
								
								target/linux/ramips/dts/RT-N10-PLUS.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										78
									
								
								target/linux/ramips/dts/RT-N10-PLUS.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,78 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "RT-N10-PLUS", "ralink,rt3050-soc"; | ||||
| 	model = "Asus RT-N10+"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "mtdparts=1f000000.cfi:192k(u-boot)ro,64k(devdata)ro,64k(devconf)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		wps { | ||||
| 			label = "asus:green:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										86
									
								
								target/linux/ramips/dts/RT-N13U.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								target/linux/ramips/dts/RT-N13U.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,86 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "RT-N13U", "ralink,rt3052-soc"; | ||||
| 	model = "Asus RT-N13U"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		power { | ||||
| 			label = "rt-n13u:power"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 		}; | ||||
| 		wifi { | ||||
| 			label = "rt-n13u:wifi"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <10>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										140
									
								
								target/linux/ramips/dts/RTN56U.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										140
									
								
								target/linux/ramips/dts/RTN56U.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,140 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3883.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "RT-N56U", "ralink,rt3883-soc"; | ||||
| 	model = "Asus RT-N56U"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x10000000>; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "uartlite", "spi"; | ||||
| 			ralink,gpiomux = "i2c", "jtag"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <0>; | ||||
| 		}; | ||||
|  | ||||
| 		timer@100 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio1: gpio@638 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
|  | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l6405d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80"; | ||||
| 				spi-max-frequency = <25000000>; | ||||
| 				partition@0 { | ||||
| 					label = "uboot"; | ||||
| 					reg = <0x0 0x30000>; | ||||
| 					read-only; | ||||
| 				}; | ||||
| 				partition@30000 { | ||||
| 					label = "uboot-env"; | ||||
| 					reg = <0x30000 0x4000>; | ||||
| 					read-only; | ||||
| 				}; | ||||
| 				factory: partition@34000 { | ||||
| 					label = "factory"; | ||||
| 					reg = <0x34000 0x4000>; | ||||
| 					read-only; | ||||
| 				}; | ||||
| 				partition@38000 { | ||||
| 					label = "nvram"; | ||||
| 					reg = <0x38000 0x8000>; | ||||
| 					read-only; | ||||
| 				}; | ||||
| 				partition@40000 { | ||||
| 					label = "devdata"; | ||||
| 					reg = <0x40000 0x10000>; | ||||
| 				}; | ||||
| 				partition@50000 { | ||||
| 					label = "firmware"; | ||||
| 					reg = <0x50000 0x7b0000>; | ||||
| 				}; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
|  | ||||
| 		ralink,fixed-link = <1000 1 1 1>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,2ghz = <0>; | ||||
| 	}; | ||||
|  | ||||
| 	ehci@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	ohci@101c1000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	rtl8366b { | ||||
| 		compatible = "rtl8367b"; | ||||
| 		gpio-sda = <&gpio0 1 0>; | ||||
| 		gpio-sck = <&gpio0 2 0>; | ||||
| 		realtek,extif1 = <1 0 1 1 1 1 1 1 2>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <100>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 13 0>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio1 2 0>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		 | ||||
| 		power { | ||||
| 			label = "asus:blue:power"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 		}; | ||||
| 		lan { | ||||
| 			label = "asus:blue:lan"; | ||||
| 			gpios = <&gpio0 19 1>; | ||||
| 		}; | ||||
| 		wan { | ||||
| 			label = "asus:blue:wan"; | ||||
| 			gpios = <&gpio1 3 1>; | ||||
| 		}; | ||||
| 		usb { | ||||
| 			label = "asus:blue:usb"; | ||||
| 			gpios = <&gpio1 0 1>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										82
									
								
								target/linux/ramips/dts/SL-R7205.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										82
									
								
								target/linux/ramips/dts/SL-R7205.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,82 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "SL-R7205", "ralink,rt3052-soc"; | ||||
| 	model = "Skyline SL-R7205 Wireless 3G Router"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		wifi { | ||||
| 			label = "sl-r7205:green:wifi"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										89
									
								
								target/linux/ramips/dts/TEW-691GR.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										89
									
								
								target/linux/ramips/dts/TEW-691GR.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,89 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3883.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "TEW-691GR", "ralink,rt3883-soc"; | ||||
| 	model = "TRENDnet TEW-691GR"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x10000000>; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "uartlite", "spi"; | ||||
| 			ralink,gpiomux = "i2c", "jtag"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		timer@100 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio1: gpio@638 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
|  | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l6405d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80"; | ||||
| 				spi-max-frequency = <25000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,phy-mask = <0x1>; | ||||
| 		phy-mode = "rgmii"; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,5ghz = <0>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <100>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio1 2 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 		rfkill { | ||||
| 			label = "rfkill"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0xf7>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		wps { | ||||
| 			label = "trendnet:green:wps"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										88
									
								
								target/linux/ramips/dts/TEW-692GR.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								target/linux/ramips/dts/TEW-692GR.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,88 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3883.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "TEW-692GR", "ralink,rt3883-soc"; | ||||
| 	model = "TRENDnet TEW-692GR"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x10000000>; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "uartlite", "spi"; | ||||
| 			ralink,gpiomux = "i2c", "jtag"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		timer@100 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio1: gpio@638 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
|  | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l6405d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80"; | ||||
| 				spi-max-frequency = <25000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,phy-mask = <0x1>; | ||||
| 		phy-mode = "rgmii"; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,5ghz = <0>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <100>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio1 2 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		wps { | ||||
| 			label = "trendnet:orange:wps"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wps2 { | ||||
| 			label = "trendnet:green:wps"; | ||||
| 			gpios = <&gpio1 4 1>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										99
									
								
								target/linux/ramips/dts/UR-326N4G.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										99
									
								
								target/linux/ramips/dts/UR-326N4G.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,99 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "UR-326N4G", "ralink,rt3052-soc"; | ||||
| 	model = "UR-326N4G Wireless N router"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "mdio"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		3g { | ||||
| 			label = "ur326:green:3g"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		gateway { | ||||
| 			label = "ur326:green:gateway"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 		ap { | ||||
| 			label = "ur326:green:ap"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "ur326:green:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		station { | ||||
| 			label = "ur326:green:station"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset_wps { | ||||
| 			label = "reset_wps"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		mode { | ||||
| 			label = "mode"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 			linux,code = <0x32>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										99
									
								
								target/linux/ramips/dts/UR-336UN.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										99
									
								
								target/linux/ramips/dts/UR-336UN.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,99 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "UR-336UN", "ralink,rt3052-soc"; | ||||
| 	model = "UR-336UN Wireless N router"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "mdio"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		3g { | ||||
| 			label = "ur336:green:3g"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		gateway { | ||||
| 			label = "ur336:green:gateway"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 		ap { | ||||
| 			label = "ur336:green:ap"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "ur336:green:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		station { | ||||
| 			label = "ur336:green:station"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset_wps { | ||||
| 			label = "reset_wps"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		mode { | ||||
| 			label = "mode"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 			linux,code = <0x32>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										86
									
								
								target/linux/ramips/dts/V22RW-2X2.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								target/linux/ramips/dts/V22RW-2X2.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,86 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "V22RW-2X2", "ralink,rt3052-soc"; | ||||
| 	model = "Ralink AP-RT3052-V22RW-2X2"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		security { | ||||
| 			label = "v22rw-2x2:green:security"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "v22rw-2x2:red:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										77
									
								
								target/linux/ramips/dts/W306R_V20.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										77
									
								
								target/linux/ramips/dts/W306R_V20.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,77 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "W306R_V20", "ralink,rt3052-soc"; | ||||
| 	model = "Tenda W306R V2.0"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		sys { | ||||
| 			label = "w306r-v20:green:sys"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "w306r-v20:green:wps"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "RESET/WPS"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										86
									
								
								target/linux/ramips/dts/W502U.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								target/linux/ramips/dts/W502U.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,86 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "W502U", "ralink,rt3052-soc"; | ||||
| 	model = "ALFA Networks W502U"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,115200 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		usb { | ||||
| 			label = "alfa:blue:usb"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "alfa:blue:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										86
									
								
								target/linux/ramips/dts/WCR150GN.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										86
									
								
								target/linux/ramips/dts/WCR150GN.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,86 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "WCR150GN", "ralink,rt3052-soc"; | ||||
| 	model = "Sparklan WCR-150GN"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		user { | ||||
| 			label = "wcr150gn:amber:user"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		power { | ||||
| 			label = "wcr150gn:amber:power"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										96
									
								
								target/linux/ramips/dts/WHR-G300N.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										96
									
								
								target/linux/ramips/dts/WHR-G300N.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,96 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "WHR-G300N", "ralink,rt3052-soc"; | ||||
| 	model = "Buffalo WHR-G300N"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		diag { | ||||
| 			label = "whr-g300n:red:diag"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 		}; | ||||
| 		router { | ||||
| 			label = "whr-g300n:green:router"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		security { | ||||
| 			label = "whr-g300n:amber:security"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		aoss { | ||||
| 			label = "aoss"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 		router-off { | ||||
| 			label = "router-off"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 			linux,code = <0x102>; | ||||
| 		}; | ||||
| 		router-on { | ||||
| 			label = "router-on"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 			linux,code = <0x103>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										107
									
								
								target/linux/ramips/dts/WL-351.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										107
									
								
								target/linux/ramips/dts/WL-351.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,107 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "WL-351", "ralink,rt3052-soc"; | ||||
| 	model = "Sitecom WL-351 v1 002"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "uartlite", "jtag", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "i2c", "spi", "mdio"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3f>; | ||||
| 		ralink,fct2 = <0x0002500c>; | ||||
| 		/* | ||||
| 		 * ext phy base addr 31, rx/tx clock skew 0, | ||||
| 		 * turbo mii off, rgmi 3.3v off, port 5 polling off | ||||
| 		 * port5: enabled, gige, full-duplex, rx/tx-flow-control | ||||
| 		 * port6: enabled, gige, full-duplex, rx/tx-flow-control | ||||
| 		*/ | ||||
| 		ralink,fpa2 = <0x1f003fff>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		power { | ||||
| 			label = "wl-351:amber:power"; | ||||
| 			gpio = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 		unpopulated { | ||||
| 			label = "wl-351:amber:unpopulated"; | ||||
| 			gpio = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		unpopulated2 { | ||||
| 			label = "wl-351:blue:unpopulated"; | ||||
| 			gpio = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpio = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpio = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	rtl8366rb { | ||||
| 		compatible = "rtl8367rb"; | ||||
| 		gpio-sda = <&gpio0 1 0>; | ||||
| 		gpio-sck = <&gpio0 2 0>; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										106
									
								
								target/linux/ramips/dts/WL341V3.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										106
									
								
								target/linux/ramips/dts/WL341V3.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,106 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "WL341V3", "ralink,rt3052-soc"; | ||||
| 	model = "Sitecom WL-341 v3"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "mtdparts=1f000000.cfi:128k(u-boot)ro,64k(board-nvram)ro,64k(u-boot-env)ro,3776k@0x40000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		first { | ||||
| 			label = "wl341v3:amber:first"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		first2 { | ||||
| 			label = "wl341v3:blue:first"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 		third { | ||||
| 			label = "wl341v3:amber:third"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 		third2 { | ||||
| 			label = "wl341v3:blue:third"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		fourth { | ||||
| 			label = "wl341v3:blue:fourth"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 		}; | ||||
| 		fifth { | ||||
| 			label = "wl341v3:amber:fifth"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		fifth2 { | ||||
| 			label = "wl341v3:blue:fifth"; | ||||
| 			gpios = <&gpio0 8 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 5 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										84
									
								
								target/linux/ramips/dts/WL_330N.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										84
									
								
								target/linux/ramips/dts/WL_330N.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,84 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "WL_330N", "ralink,rt3050-soc"; | ||||
| 	model = "Asus WL-330N"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l3205d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80", "mx25l3205d"; | ||||
| 				spi-max-frequency = <10000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		link { | ||||
| 			label = "asus:blue:link"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		power { | ||||
| 			label = "asus:blue:power"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										92
									
								
								target/linux/ramips/dts/WL_330N3G.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										92
									
								
								target/linux/ramips/dts/WL_330N3G.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,92 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "WL_330N3G", "ralink,rt3050-soc"; | ||||
| 	model = "Asus WL-330N3G"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			status = "okay"; | ||||
| 			m25p80@0 { | ||||
| 				#address-cells = <1>; | ||||
| 				#size-cells = <1>; | ||||
| 				compatible = "mx25l3205d"; | ||||
| 				reg = <0 0>; | ||||
| 				linux,modalias = "m25p80", "mx25l3205d"; | ||||
| 				spi-max-frequency = <10000000>; | ||||
| 			}; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		3g { | ||||
| 			label = "asus:blue:3g"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		3g2 { | ||||
| 			label = "asus:red:3g"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 		power { | ||||
| 			label = "asus:blue:power"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										99
									
								
								target/linux/ramips/dts/WR512-3GN-4M.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										99
									
								
								target/linux/ramips/dts/WR512-3GN-4M.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,99 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "WR512-3GN", "ralink,rt3052-soc"; | ||||
| 	model = "WR512-3GN-like router"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "mdio"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		3g { | ||||
| 			label = "wr512:green:3g"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		gateway { | ||||
| 			label = "wr512:green:gateway"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 		ap { | ||||
| 			label = "wr512:green:ap"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wr512:green:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		station { | ||||
| 			label = "wr512:green:station"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset_wps { | ||||
| 			label = "reset_wps"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		mode { | ||||
| 			label = "mode"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 			linux,code = <0x32>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										99
									
								
								target/linux/ramips/dts/WR512-3GN-8M.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										99
									
								
								target/linux/ramips/dts/WR512-3GN-8M.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,99 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "WR512-3GN", "ralink,rt3052-soc"; | ||||
| 	model = "WR512-3GN-like router"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "mdio"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x2f>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		3g { | ||||
| 			label = "wr512:green:3g"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 		gateway { | ||||
| 			label = "wr512:green:gateway"; | ||||
| 			gpios = <&gpio0 11 1>; | ||||
| 		}; | ||||
| 		ap { | ||||
| 			label = "wr512:green:ap"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wr512:green:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		station { | ||||
| 			label = "wr512:green:station"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset_wps { | ||||
| 			label = "reset_wps"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		mode { | ||||
| 			label = "mode"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 			linux,code = <0x32>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										98
									
								
								target/linux/ramips/dts/WR6202.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										98
									
								
								target/linux/ramips/dts/WR6202.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,98 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "WR6202", "ralink,rt3052-soc"; | ||||
| 	model = "AWB WR6202"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,115200 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,7872k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		wps { | ||||
| 			label = "wr6202:blue:wps"; | ||||
| 			gpios = <&gpio0 14 1>; | ||||
| 		}; | ||||
| 		3g { | ||||
| 			label = "wr6202:blue:3g"; | ||||
| 			gpios = <&gpio0 13 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 10 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 		wps { | ||||
| 			label = "wps"; | ||||
| 			gpios = <&gpio0 0 1>; | ||||
| 			linux,code = <0x211>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	gpio_export { | ||||
| 		compatible = "gpio-export"; | ||||
| 		#size-cells = <0>; | ||||
|  | ||||
| 		usb { | ||||
| 			gpio-export,name = "usb"; | ||||
| 			gpio-export,output = <0>; | ||||
| 			gpios = <&gpio0 11 0>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										82
									
								
								target/linux/ramips/dts/XDXRN502J.dts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										82
									
								
								target/linux/ramips/dts/XDXRN502J.dts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,82 @@ | ||||
| /dts-v1/; | ||||
|  | ||||
| /include/ "rt3050.dtsi" | ||||
|  | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "XDXRN502J", "ralink,rt3052-soc"; | ||||
| 	model = "XDX RN502J"; | ||||
|  | ||||
| 	memorydetect { | ||||
| 		ralink,memory = <0x0 0x200000 0x4000000>; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		sysc@0 { | ||||
| 			ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "sdram", "rgmii"; | ||||
| 			ralink,gpiommux = "mdio"; | ||||
| 			ralink,uartmux = "gpio"; | ||||
| 			ralink,wdtmux = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			status = "okay"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	cfi@1f000000 { | ||||
| 		compatible = "cfi-flash"; | ||||
| 		reg = <0x1f000000 0x800000>; | ||||
|  | ||||
| 		bank-width = <2>; | ||||
| 		device-width = <2>; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		status = "okay"; | ||||
| 		ralink,portmap = <0x3e>; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-leds { | ||||
| 		compatible = "gpio-leds"; | ||||
| 		wifi { | ||||
| 			label = "xdxrn502j:green:wifi"; | ||||
| 			gpios = <&gpio0 7 1>; | ||||
| 		}; | ||||
| 		power { | ||||
| 			label = "xdxrn502j:green:power"; | ||||
| 			gpios = <&gpio0 9 1>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	gpio-keys-polled { | ||||
| 		compatible = "gpio-keys-polled"; | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <0>; | ||||
| 		poll-interval = <20>; | ||||
| 		reset { | ||||
| 			label = "reset"; | ||||
| 			gpios = <&gpio0 12 1>; | ||||
| 			linux,code = <0x198>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		status = "okay"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										136
									
								
								target/linux/ramips/dts/mt7620.dtsi
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										136
									
								
								target/linux/ramips/dts/mt7620.dtsi
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,136 @@ | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ralink,mtk7620n-soc", "ralink,mt7620-soc"; | ||||
|  | ||||
| 	cpus { | ||||
| 		cpu@0 { | ||||
| 			compatible = "mips,mips24KEc"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 init=/init"; | ||||
| 	}; | ||||
|  | ||||
| 	cpuintc: cpuintc@0 { | ||||
| 		#address-cells = <0>; | ||||
| 		#interrupt-cells = <1>; | ||||
| 		interrupt-controller; | ||||
| 		compatible = "mti,cpu-interrupt-controller"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		compatible = "palmbus"; | ||||
| 		reg = <0x10000000 0x200000>; | ||||
|                 ranges = <0x0 0x10000000 0x1FFFFF>; | ||||
|  | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
|  | ||||
| 		sysc@0 { | ||||
| 			compatible = "ralink,mt7620-sysc", "ralink,mt7620n-sysc"; | ||||
| 			reg = <0x0 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		timer@100 { | ||||
| 			compatible = "ralink,mt7620-timer", "ralink,rt2880-timer"; | ||||
| 			reg = <0x100 0x20>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		watchdog@120 { | ||||
| 			compatible = "ralink,mt7620-wdt", "ralink,rt2880-wdt"; | ||||
| 			reg = <0x120 0x10>; | ||||
| 		}; | ||||
|  | ||||
| 		intc: intc@200 { | ||||
| 			compatible = "ralink,mt7620-intc", "ralink,rt2880-intc"; | ||||
| 			reg = <0x200 0x100>; | ||||
|  | ||||
| 			interrupt-controller; | ||||
| 			#interrupt-cells = <1>; | ||||
|  | ||||
| 			interrupt-parent = <&cpuintc>; | ||||
| 			interrupts = <2>; | ||||
| 		}; | ||||
|  | ||||
| 		memc@300 { | ||||
| 			compatible = "ralink,mt7620-memc", "ralink,rt3050-memc"; | ||||
| 			reg = <0x300 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			compatible = "ralink,mt7620-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x600 0x34>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <24>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						20 24 28 2c | ||||
| 						30 34 ]; | ||||
| 		}; | ||||
|  | ||||
| 		gpio1: gpio@638 { | ||||
| 			compatible = "ralink,mt7620-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x638 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <16>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
| 		}; | ||||
|  | ||||
| 		gpio2: gpio@660 { | ||||
| 			compatible = "ralink,mt7620-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x660 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <32>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
| 		}; | ||||
|  | ||||
| 		gpio3: gpio@688 { | ||||
| 			compatible = "ralink,mt7620-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x688 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <1>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			compatible = "ralink,rt3883-spi", "ralink,rt2880-spi"; | ||||
| 			reg = <0xb00 0x100>; | ||||
| 			#address-cells = <1>; | ||||
| 			#size-cells = <0>; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		uartlite@c00 { | ||||
| 			compatible = "ralink,mt7620-uart", "ralink,rt2880-uart", "ns16550a"; | ||||
| 			reg = <0xc00 0x100>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <12>; | ||||
|  | ||||
| 			reg-shift = <2>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										114
									
								
								target/linux/ramips/dts/rt2880.dtsi
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										114
									
								
								target/linux/ramips/dts/rt2880.dtsi
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,114 @@ | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ralink,rt2880-soc"; | ||||
|  | ||||
| 	cpus { | ||||
| 		cpu@0 { | ||||
| 			compatible = "mips,mips24KEc"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 init=/init"; | ||||
| 	}; | ||||
|  | ||||
| 	cpuintc: cpuintc@0 { | ||||
| 		#address-cells = <0>; | ||||
| 		#interrupt-cells = <1>; | ||||
| 		interrupt-controller; | ||||
| 		compatible = "mti,cpu-interrupt-controller"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		compatible = "palmbus"; | ||||
| 		reg = <0x10000000 0x200000>; | ||||
|                 ranges = <0x0 0x10000000 0x1FFFFF>; | ||||
|  | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
|  | ||||
| 		sysc@300000 { | ||||
| 			compatible = "ralink,rt2880-sysc"; | ||||
| 			reg = <0x300000 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		timer@300100 { | ||||
| 			compatible = "ralink,rt2880-timer"; | ||||
| 			reg = <0x300100 0x20>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		watchdog@300120 { | ||||
| 			compatible = "ralink,rt2880-wdt"; | ||||
| 			reg = <0x300120 0x10>; | ||||
| 		}; | ||||
|  | ||||
| 		intc: intc@300200 { | ||||
| 			compatible = "ralink,rt2880-intc"; | ||||
| 			reg = <0x300200 0x100>; | ||||
|  | ||||
| 			interrupt-controller; | ||||
| 			#interrupt-cells = <1>; | ||||
|  | ||||
| 			interrupt-parent = <&cpuintc>; | ||||
| 			interrupts = <2>; | ||||
| 		}; | ||||
|  | ||||
| 		memc@300300 { | ||||
| 			compatible = "ralink,rt2880-memc"; | ||||
| 			reg = <0x300300 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@300600 { | ||||
| 			compatible = "ralink,rt2880-gpio"; | ||||
| 			reg = <0x300600 0x34>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <24>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						20 24 28 2c | ||||
| 						30 34 ]; | ||||
| 		}; | ||||
|  | ||||
| 		gpio1: gpio@300638 { | ||||
| 			compatible = "ralink,rt2880-gpio"; | ||||
| 			reg = <0x300638 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <16>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
| 		}; | ||||
|  | ||||
| 		gpio2: gpio@300660 { | ||||
| 			compatible = "ralink,rt2880-gpio"; | ||||
| 			reg = <0x300660 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <32>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
| 		}; | ||||
|  | ||||
| 		uartlite@300c00 { | ||||
| 			compatible = "ralink,rt2880-uart", "ns16550a"; | ||||
| 			reg = <0x300c00 0x100>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <12>; | ||||
|  | ||||
| 			reg-shift = <2>; | ||||
| 		}; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										172
									
								
								target/linux/ramips/dts/rt3050.dtsi
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										172
									
								
								target/linux/ramips/dts/rt3050.dtsi
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,172 @@ | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ralink,rt3050-soc", "ralink,rt3052-soc", "ralink,rt3350-soc"; | ||||
|  | ||||
| 	cpus { | ||||
| 		cpu@0 { | ||||
| 			compatible = "mips,mips24KEc"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 init=/init"; | ||||
| 	}; | ||||
|  | ||||
| 	cpuintc: cpuintc@0 { | ||||
| 		#address-cells = <0>; | ||||
| 		#interrupt-cells = <1>; | ||||
| 		interrupt-controller; | ||||
| 		compatible = "mti,cpu-interrupt-controller"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		compatible = "palmbus"; | ||||
| 		reg = <0x10000000 0x200000>; | ||||
| 		ranges = <0x0 0x10000000 0x1FFFFF>; | ||||
|  | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
|  | ||||
| 		sysc@0 { | ||||
| 			compatible = "ralink,rt3052-sysc", "ralink,rt3050-sysc"; | ||||
| 			reg = <0x0 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		timer@100 { | ||||
| 			compatible = "ralink,rt3052-timer", "ralink,rt2880-timer"; | ||||
| 			reg = <0x100 0x20>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		watchdog@120 { | ||||
| 			compatible = "ralink,rt3052-wdt", "ralink,rt2880-wdt"; | ||||
| 			reg = <0x120 0x10>; | ||||
| 		}; | ||||
|  | ||||
| 		intc: intc@200 { | ||||
| 			compatible = "ralink,rt3052-intc", "ralink,rt2880-intc"; | ||||
| 			reg = <0x200 0x100>; | ||||
|  | ||||
| 			interrupt-controller; | ||||
| 			#interrupt-cells = <1>; | ||||
|  | ||||
| 			interrupt-parent = <&cpuintc>; | ||||
| 			interrupts = <2>; | ||||
| 		}; | ||||
|  | ||||
| 		memc@300 { | ||||
| 			compatible = "ralink,rt3052-memc", "ralink,rt3050-memc"; | ||||
| 			reg = <0x300 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			compatible = "ralink,rt3052-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x600 0x34>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <24>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						20 24 28 2c | ||||
| 						30 34 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio1: gpio@638 { | ||||
| 			compatible = "ralink,rt3052-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x638 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <16>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio2: gpio@660 { | ||||
| 			compatible = "ralink,rt3052-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x660 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <12>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			compatible = "ralink,rt3050-spi", "ralink,rt2880-spi"; | ||||
| 			reg = <0xb00 0x100>; | ||||
| 			#address-cells = <1>; | ||||
| 			#size-cells = <0>; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		uartlite@c00 { | ||||
| 			compatible = "ralink,rt3052-uart", "ralink,rt2880-uart", "ns16550a"; | ||||
| 			reg = <0xc00 0x100>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <12>; | ||||
|  | ||||
| 			reg-shift = <2>; | ||||
| 		}; | ||||
|  | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		compatible = "ralink,rt3050-eth"; | ||||
| 		reg = <0x10100000 10000>; | ||||
|  | ||||
| 		interrupt-parent = <&cpuintc>; | ||||
| 		interrupts = <5>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		compatible = "ralink,rt3050-esw"; | ||||
| 		reg = <0x10110000 8000>; | ||||
|  | ||||
| 		interrupt-parent = <&intc>; | ||||
| 		interrupts = <17>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		compatible = "ralink,rt3050-wmac", "ralink,rt2880-wmac"; | ||||
| 		reg = <0x10180000 40000>; | ||||
|  | ||||
| 		interrupt-parent = <&cpuintc>; | ||||
| 		interrupts = <6>; | ||||
|  | ||||
| 		ralink,eeprom = "soc_wmac.eeprom";  | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	otg@101c0000 { | ||||
| 		compatible = "ralink,rt3050-otg"; | ||||
| 		reg = <0x101c0000 40000>; | ||||
|  | ||||
| 		interrupt-parent = <&intc>; | ||||
| 		interrupts = <18>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										181
									
								
								target/linux/ramips/dts/rt3352.dtsi
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										181
									
								
								target/linux/ramips/dts/rt3352.dtsi
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,181 @@ | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ralink,rt3352-soc"; | ||||
|  | ||||
| 	cpus { | ||||
| 		cpu@0 { | ||||
| 			compatible = "mips,mips24KEc"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 init=/init"; | ||||
| 	}; | ||||
|  | ||||
| 	cpuintc: cpuintc@0 { | ||||
| 		#address-cells = <0>; | ||||
| 		#interrupt-cells = <1>; | ||||
| 		interrupt-controller; | ||||
| 		compatible = "mti,cpu-interrupt-controller"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		compatible = "palmbus"; | ||||
| 		reg = <0x10000000 0x200000>; | ||||
| 		ranges = <0x0 0x10000000 0x1FFFFF>; | ||||
|  | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
|  | ||||
| 		sysc@0 { | ||||
| 			compatible = "ralink,rt3352-sysc", "ralink,rt3050-sysc"; | ||||
| 			reg = <0x0 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		timer@100 { | ||||
| 			compatible = "ralink,rt3352-timer", "ralink,rt2880-timer"; | ||||
| 			reg = <0x100 0x20>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		watchdog@120 { | ||||
| 			compatible = "ralink,rt3352-wdt", "ralink,rt2880-wdt"; | ||||
| 			reg = <0x120 0x10>; | ||||
| 		}; | ||||
|  | ||||
| 		intc: intc@200 { | ||||
| 			compatible = "ralink,rt3352-intc", "ralink,rt2880-intc"; | ||||
| 			reg = <0x200 0x100>; | ||||
|  | ||||
| 			interrupt-controller; | ||||
| 			#interrupt-cells = <1>; | ||||
|  | ||||
| 			interrupt-parent = <&cpuintc>; | ||||
| 			interrupts = <2>; | ||||
| 		}; | ||||
|  | ||||
| 		memc@300 { | ||||
| 			compatible = "ralink,rt3352-memc", "ralink,rt3050-memc"; | ||||
| 			reg = <0x300 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			compatible = "ralink,rt3352-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x600 0x34>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <24>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						20 24 28 2c | ||||
| 						30 34 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio1: gpio@638 { | ||||
| 			compatible = "ralink,rt3352-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x638 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <16>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio2: gpio@660 { | ||||
| 			compatible = "ralink,rt3352-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x660 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <12>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			compatible = "ralink,rt3352-spi", "ralink,rt2880-spi"; | ||||
| 			reg = <0xb00 0x100>; | ||||
| 			#address-cells = <1>; | ||||
| 			#size-cells = <1>; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		uartlite@c00 { | ||||
| 			compatible = "ralink,rt3352-uart", "ralink,rt2880-uart", "ns16550a"; | ||||
| 			reg = <0xc00 0x100>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <12>; | ||||
|  | ||||
| 			reg-shift = <2>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		compatible = "ralink,rt3352-eth", "ralink,rt3050-eth"; | ||||
| 		reg = <0x10100000 10000>; | ||||
|  | ||||
| 		interrupt-parent = <&cpuintc>; | ||||
| 		interrupts = <5>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		compatible = "ralink,rt3352-esw", "ralink,rt3050-esw"; | ||||
| 		reg = <0x10110000 8000>; | ||||
|  | ||||
| 		interrupt-parent = <&intc>; | ||||
| 		interrupts = <17>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		compatible = "ralink,rt3352-wmac", "ralink,rt2880-wmac"; | ||||
| 		reg = <0x10180000 40000>; | ||||
|  | ||||
| 		interrupt-parent = <&cpuintc>; | ||||
| 		interrupts = <6>; | ||||
|  | ||||
| 		ralink,eeprom = "soc_wmac.eeprom";  | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	ehci@101c0000 { | ||||
| 		compatible = "ralink,rt3352-ehci", "ehci-platform"; | ||||
| 		reg = <0x101c0000 0x1000>; | ||||
|  | ||||
| 		interrupt-parent = <&intc>; | ||||
| 		interrupts = <18>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	ohci@101c1000 { | ||||
| 		compatible = "ralink,rt3352-ohci", "ohci-platform"; | ||||
| 		reg = <0x101c1000 0x1000>; | ||||
|  | ||||
| 		interrupt-parent = <&intc>; | ||||
| 		interrupts = <18>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										190
									
								
								target/linux/ramips/dts/rt3883.dtsi
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										190
									
								
								target/linux/ramips/dts/rt3883.dtsi
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,190 @@ | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ralink,rt3883-soc"; | ||||
|  | ||||
| 	cpus { | ||||
| 		cpu@0 { | ||||
| 			compatible = "mips,mips74Kc"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600"; | ||||
| 	}; | ||||
|  | ||||
| 	aliases { | ||||
| 		spi0 = &spi0; | ||||
| 	}; | ||||
|  | ||||
| 	cpuintc: cpuintc@0 { | ||||
| 		#address-cells = <0>; | ||||
| 		#interrupt-cells = <1>; | ||||
| 		interrupt-controller; | ||||
| 		compatible = "mti,cpu-interrupt-controller"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		compatible = "palmbus"; | ||||
| 		reg = <0x10000000 0x200000>; | ||||
| 		ranges = <0x0 0x10000000 0x1FFFFF>; | ||||
|  | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
|  | ||||
| 		sysc@0 { | ||||
| 			compatible = "ralink,rt3883-sysc", "ralink,rt3050-sysc"; | ||||
| 			reg = <0x0 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		timer@100 { | ||||
| 			compatible = "ralink,rt3883-timer", "ralink,rt2880-timer"; | ||||
| 			reg = <0x100 0x20>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		watchdog@120 { | ||||
| 			compatible = "ralink,rt3883-wdt", "ralink,rt2880-wdt"; | ||||
| 			reg = <0x120 0x10>; | ||||
| 		}; | ||||
|  | ||||
| 		intc: intc@200 { | ||||
| 			compatible = "ralink,rt3883-intc", "ralink,rt2880-intc"; | ||||
| 			reg = <0x200 0x100>; | ||||
|  | ||||
| 			interrupt-controller; | ||||
| 			#interrupt-cells = <1>; | ||||
|  | ||||
| 			interrupt-parent = <&cpuintc>; | ||||
| 			interrupts = <2>; | ||||
| 		}; | ||||
|  | ||||
| 		memc@300 { | ||||
| 			compatible = "ralink,rt3883-memc", "ralink,rt3050-memc"; | ||||
| 			reg = <0x300 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			compatible = "ralink,rt3883-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x600 0x34>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <24>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						20 24 28 2c | ||||
| 						30 34 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio1: gpio@638 { | ||||
| 			compatible = "ralink,rt3883-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x638 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <16>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio2: gpio@660 { | ||||
| 			compatible = "ralink,rt3883-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x660 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <32>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio3: gpio@688 { | ||||
| 			compatible = "ralink,rt3883-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x688 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <24>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		spi0: spi@b00 { | ||||
| 			compatible = "ralink,rt3883-spi", "ralink,rt2880-spi"; | ||||
| 			reg = <0xb00 0x100>; | ||||
| 			#address-cells = <1>; | ||||
| 			#size-cells = <0>; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		uartlite@c00 { | ||||
| 			compatible = "ralink,rt3883-uart", "ralink,rt2880-uart", "ns16550a"; | ||||
| 			reg = <0xc00 0x100>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <12>; | ||||
|  | ||||
| 			reg-shift = <2>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		compatible = "ralink,rt3883-eth"; | ||||
| 		reg = <0x10100000 10000>; | ||||
|  | ||||
| 		interrupt-parent = <&cpuintc>; | ||||
| 		interrupts = <5>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		compatible = "ralink,rt3883-wmac", "ralink,rt2880-wmac"; | ||||
| 		reg = <0x10180000 40000>; | ||||
|  | ||||
| 		interrupt-parent = <&cpuintc>; | ||||
| 		interrupts = <6>; | ||||
|  | ||||
| 		ralink,eeprom = "soc_wmac.eeprom";  | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	ehci@101c0000 { | ||||
| 		compatible = "ralink,rt3883-ehci", "ehci-platform"; | ||||
| 		reg = <0x101c0000 0x1000>; | ||||
|  | ||||
| 		interrupt-parent = <&intc>; | ||||
| 		interrupts = <18>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	ohci@101c1000 { | ||||
| 		compatible = "ralink,rt3883-ohci", "ohci-platform"; | ||||
| 		reg = <0x101c1000 0x1000>; | ||||
|  | ||||
| 		interrupt-parent = <&intc>; | ||||
| 		interrupts = <18>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
| }; | ||||
							
								
								
									
										181
									
								
								target/linux/ramips/dts/rt5350.dtsi
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										181
									
								
								target/linux/ramips/dts/rt5350.dtsi
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,181 @@ | ||||
| / { | ||||
| 	#address-cells = <1>; | ||||
| 	#size-cells = <1>; | ||||
| 	compatible = "ralink,rt5350-soc"; | ||||
|  | ||||
| 	cpus { | ||||
| 		cpu@0 { | ||||
| 			compatible = "mips,mips24KEc"; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	chosen { | ||||
| 		bootargs = "console=ttyS0,57600 init=/init"; | ||||
| 	}; | ||||
|  | ||||
| 	cpuintc: cpuintc@0 { | ||||
| 		#address-cells = <0>; | ||||
| 		#interrupt-cells = <1>; | ||||
| 		interrupt-controller; | ||||
| 		compatible = "mti,cpu-interrupt-controller"; | ||||
| 	}; | ||||
|  | ||||
| 	palmbus@10000000 { | ||||
| 		compatible = "palmbus"; | ||||
| 		reg = <0x10000000 0x200000>; | ||||
| 		ranges = <0x0 0x10000000 0x1FFFFF>; | ||||
|  | ||||
| 		#address-cells = <1>; | ||||
| 		#size-cells = <1>; | ||||
|  | ||||
| 		sysc@0 { | ||||
| 			compatible = "ralink,rt5350-sysc", "ralink,rt3050-sysc"; | ||||
| 			reg = <0x0 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		timer@100 { | ||||
| 			compatible = "ralink,rt5350-timer", "ralink,rt2880-timer"; | ||||
| 			reg = <0x100 0x20>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <1>; | ||||
| 		}; | ||||
|  | ||||
| 		watchdog@120 { | ||||
| 			compatible = "ralink,rt5350-wdt", "ralink,rt2880-wdt"; | ||||
| 			reg = <0x120 0x10>; | ||||
| 		}; | ||||
|  | ||||
| 		intc: intc@200 { | ||||
| 			compatible = "ralink,rt5350-intc", "ralink,rt2880-intc"; | ||||
| 			reg = <0x200 0x100>; | ||||
|  | ||||
| 			interrupt-controller; | ||||
| 			#interrupt-cells = <1>; | ||||
|  | ||||
| 			interrupt-parent = <&cpuintc>; | ||||
| 			interrupts = <2>; | ||||
| 		}; | ||||
|  | ||||
| 		memc@300 { | ||||
| 			compatible = "ralink,rt5350-memc", "ralink,rt3050-memc"; | ||||
| 			reg = <0x300 0x100>; | ||||
| 		}; | ||||
|  | ||||
| 		gpio0: gpio@600 { | ||||
| 			compatible = "ralink,rt5350-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x600 0x34>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <24>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						20 24 28 2c | ||||
| 						30 34 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio1: gpio@638 { | ||||
| 			compatible = "ralink,rt5350-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x638 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <16>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		gpio2: gpio@660 { | ||||
| 			compatible = "ralink,rt5350-gpio", "ralink,rt2880-gpio"; | ||||
| 			reg = <0x660 0x24>; | ||||
|  | ||||
| 			gpio-controller; | ||||
| 			#gpio-cells = <2>; | ||||
|  | ||||
| 			ralink,num-gpios = <12>; | ||||
| 			ralink,register-map = [ 00 04 08 0c | ||||
| 						10 14 18 1c | ||||
| 						20 24 ]; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		spi@b00 { | ||||
| 			compatible = "ralink,rt5350-spi", "ralink,rt2880-spi"; | ||||
| 			reg = <0xb00 0x100>; | ||||
| 			#address-cells = <1>; | ||||
| 			#size-cells = <1>; | ||||
|  | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  | ||||
| 		uartlite@c00 { | ||||
| 			compatible = "ralink,rt5350-uart", "ralink,rt2880-uart", "ns16550a"; | ||||
| 			reg = <0xc00 0x100>; | ||||
|  | ||||
| 			interrupt-parent = <&intc>; | ||||
| 			interrupts = <12>; | ||||
|  | ||||
| 			reg-shift = <2>; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ethernet@10100000 { | ||||
| 		compatible = "ralink,rt5350-eth", "ralink,rt3050-eth"; | ||||
| 		reg = <0x10100000 10000>; | ||||
|  | ||||
| 		interrupt-parent = <&cpuintc>; | ||||
| 		interrupts = <5>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	esw@10110000 { | ||||
| 		compatible = "ralink,rt5350-esw", "ralink,rt3050-esw"; | ||||
| 		reg = <0x10110000 8000>; | ||||
|  | ||||
| 		interrupt-parent = <&intc>; | ||||
| 		interrupts = <17>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	wmac@10180000 { | ||||
| 		compatible = "ralink,rt5350-wmac", "ralink,rt2880-wmac"; | ||||
| 		reg = <0x10180000 40000>; | ||||
|  | ||||
| 		interrupt-parent = <&cpuintc>; | ||||
| 		interrupts = <6>; | ||||
|  | ||||
| 		ralink,eeprom = "soc_wmac.eeprom";  | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	ehci@101c0000 { | ||||
| 		compatible = "ralink,rt5350-ehci", "ehci-platform"; | ||||
| 		reg = <0x101c0000 0x1000>; | ||||
|  | ||||
| 		interrupt-parent = <&intc>; | ||||
| 		interrupts = <18>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
|  | ||||
| 	ohci@101c1000 { | ||||
| 		compatible = "ralink,rt5350-ohci", "ohci-platform"; | ||||
| 		reg = <0x101c1000 0x1000>; | ||||
|  | ||||
| 		interrupt-parent = <&intc>; | ||||
| 		interrupts = <18>; | ||||
|  | ||||
| 		status = "disabled"; | ||||
| 	}; | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin