40 lines
		
	
	
		
			524 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			524 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0
 | |
| // Copyright (c) 2018 Nuvoton Technology tomer.maimon@nuvoton.com
 | |
| // Copyright 2018 Google, Inc.
 | |
| 
 | |
| /dts-v1/;
 | |
| #include "nuvoton-npcm750.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "Nuvoton npcm750 Development Board (Device Tree)";
 | |
| 	compatible = "nuvoton,npcm750";
 | |
| 
 | |
| 	chosen {
 | |
| 		stdout-path = &serial3;
 | |
| 	};
 | |
| 
 | |
| 	memory {
 | |
| 		reg = <0 0x40000000>;
 | |
| 	};
 | |
| };
 | |
| 
 | |
| &watchdog1 {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &serial0 {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &serial1 {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &serial2 {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &serial3 {
 | |
| 	status = "okay";
 | |
| };
 | 
