forked from mirrors/linux
		
	 ae269963f9
			
		
	
	
		ae269963f9
		
	
	
	
	
		
			
			The Broadcom BCM963138DVT board has an eSATA port which is fully functional, turn on the AHCI controller and the companion SATA PHY. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
		
			
				
	
	
		
			51 lines
		
	
	
	
		
			649 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
	
		
			649 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0
 | |
| /*
 | |
|  * Broadcom BCM63138 Reference Board DTS
 | |
|  */
 | |
| 
 | |
| /dts-v1/;
 | |
| 
 | |
| #include "bcm63138.dtsi"
 | |
| 
 | |
| / {
 | |
| 	compatible = "brcm,BCM963138DVT", "brcm,bcm63138";
 | |
| 	model = "Broadcom BCM963138DVT";
 | |
| 
 | |
| 	chosen {
 | |
| 		bootargs = "console=ttyS0,115200";
 | |
| 		stdout-path = &serial0;
 | |
| 	};
 | |
| 
 | |
| 	memory {
 | |
| 		reg = <0x0 0x08000000>;
 | |
| 	};
 | |
| 
 | |
| };
 | |
| 
 | |
| &serial0 {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &serial1 {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &nand {
 | |
| 	status = "okay";
 | |
| 
 | |
| 	nandcs@0 {
 | |
| 		compatible = "brcm,nandcs";
 | |
| 		reg = <0>;
 | |
| 		nand-ecc-strength = <4>;
 | |
| 		nand-ecc-step-size = <512>;
 | |
| 		brcm,nand-oob-sectors-size = <16>;
 | |
| 	};
 | |
| };
 | |
| 
 | |
| &ahci {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &sata_phy {
 | |
| 	status = "okay";
 | |
| };
 |