21 lines
		
	
	
		
			564 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			564 B
		
	
	
	
		
			Plaintext
		
	
	
	
| #@TYPE: Machine
 | |
| #@NAME: NRHW14 based routers like NB3800
 | |
| #@DESCRIPTION: Machine configuration for the NBHW14 based routers http://netmodule.com/en/products/iot-routers
 | |
| 
 | |
| require conf/machine/include/armada.inc
 | |
| 
 | |
| NRHW = "14"
 | |
| NM_MODELS = "3701 3711 3800"
 | |
| MAX_FS_SIZE = "279542"
 | |
| 
 | |
| # U-Boot reads actual DTB file name from board descriptor, see:
 | |
| # printenv fdt_image
 | |
| KERNEL_DEVICETREE = "\
 | |
| 	openwrt-nbhw14.dtb \
 | |
| 	openwrt-nbhw14-sgmii.dtb \
 | |
| "
 | |
| 
 | |
| # May be an external console on some devices
 | |
| DEBUG_SERIAL_CONSOLE ?= "115200;ttyS0"
 | |
| SERIAL_CONSOLES = "${DEBUG_SERIAL_CONSOLE}"
 |