mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 c3b1d56186
			
		
	
	
		c3b1d56186
		
	
	
	
	
		
			
			Remove FMC flash layout from ast2500-facebook-netbmc-common.dtsi because flash size and layout varies across different Facebook AST2500 OpenBMC platforms. Signed-off-by: Tao Ren <rentao.bupt@gmail.com> Link: https://lore.kernel.org/r/20200824211948.12852-2-rentao.bupt@gmail.com Signed-off-by: Joel Stanley <joel@jms.id.au>
		
			
				
	
	
		
			83 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			83 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+
 | |
| // Copyright (c) 2019 Facebook Inc.
 | |
| 
 | |
| #include "aspeed-g5.dtsi"
 | |
| 
 | |
| / {
 | |
| 	memory@80000000 {
 | |
| 		reg = <0x80000000 0x40000000>;
 | |
| 	};
 | |
| };
 | |
| 
 | |
| /*
 | |
|  * Update reset type to "system" (full chip) to fix warm reboot hang issue
 | |
|  * when reset type is set to default ("soc", gated by reset mask registers).
 | |
|  */
 | |
| &wdt1 {
 | |
| 	status = "okay";
 | |
| 	aspeed,reset-type = "system";
 | |
| };
 | |
| 
 | |
| &wdt2 {
 | |
| 	status = "disabled";
 | |
| };
 | |
| 
 | |
| &uart1 {
 | |
| 	status = "okay";
 | |
| 	pinctrl-names = "default";
 | |
| 	pinctrl-0 = <&pinctrl_txd1_default
 | |
| 		     &pinctrl_rxd1_default>;
 | |
| };
 | |
| 
 | |
| &uart3 {
 | |
| 	status = "okay";
 | |
| 	pinctrl-names = "default";
 | |
| 	pinctrl-0 = <&pinctrl_txd3_default
 | |
| 		     &pinctrl_rxd3_default>;
 | |
| };
 | |
| 
 | |
| &uart5 {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &fmc {
 | |
| 	status = "okay";
 | |
| 
 | |
| 	fmc_flash0: flash@0 {
 | |
| 		status = "okay";
 | |
| 		m25p,fast-read;
 | |
| 		label = "spi0.0";
 | |
| 	};
 | |
| 
 | |
| 	fmc_flash1: flash@1 {
 | |
| 		status = "okay";
 | |
| 		m25p,fast-read;
 | |
| 		label = "spi0.1";
 | |
| 	};
 | |
| };
 | |
| 
 | |
| &mac1 {
 | |
| 	status = "okay";
 | |
| 	pinctrl-names = "default";
 | |
| 	pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
 | |
| };
 | |
| 
 | |
| &rtc {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &vhub {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &sdmmc {
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &sdhci1 {
 | |
| 	status = "okay";
 | |
| 
 | |
| 	pinctrl-names = "default";
 | |
| 	pinctrl-0 = <&pinctrl_sd2_default>;
 | |
| };
 |