mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	Sync rk3399 dts(i) files from v5.7-rc1 linux-next. Reason: To get updated PCIe nodes and properties on respective dts(i) files. Summary: - sync won't include new board dts(i) - sync will add required files used on respective dts(i) - rk3399-puma-u-boot.dtsi spiflash label changed to norflash - move puma.dtsi bios_enable into rk3399-puma-u-boot.dtsi - move legacy max-frequency of sdhci into rk3399-u-boot.dtsi - update cross-ec-[keyboard|sbs].dtsi path as per U-Boot - keep roc-rk3399-pc dc_12v changes to -u-boot.dtsi Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
		
			
				
	
	
		
			31 lines
		
	
	
		
			658 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			658 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 | |
| /*
 | |
|  * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd.
 | |
|  * Copyright (c) 2018 Akash Gajjar <Akash_Gajjar@mentor.com>
 | |
|  * Copyright (c) 2019 Katsuhiro Suzuki <katsuhiro@katsuster.net>
 | |
|  */
 | |
| 
 | |
| /dts-v1/;
 | |
| #include "rk3399-rockpro64.dtsi"
 | |
| 
 | |
| / {
 | |
| 	model = "Pine64 RockPro64 v2.1";
 | |
| 	compatible = "pine64,rockpro64-v2.1", "pine64,rockpro64", "rockchip,rk3399";
 | |
| };
 | |
| 
 | |
| &i2c1 {
 | |
| 	es8316: codec@11 {
 | |
| 		compatible = "everest,es8316";
 | |
| 		reg = <0x11>;
 | |
| 		clocks = <&cru SCLK_I2S_8CH_OUT>;
 | |
| 		clock-names = "mclk";
 | |
| 		#sound-dai-cells = <0>;
 | |
| 
 | |
| 		port {
 | |
| 			es8316_p0_0: endpoint {
 | |
| 				remote-endpoint = <&i2s1_p0_0>;
 | |
| 			};
 | |
| 		};
 | |
| 	};
 | |
| };
 |