diff options
Diffstat (limited to 'arch/arm/dts/rk3588s-orangepi-5-u-boot.dtsi')
| -rw-r--r-- | arch/arm/dts/rk3588s-orangepi-5-u-boot.dtsi | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/arch/arm/dts/rk3588s-orangepi-5-u-boot.dtsi b/arch/arm/dts/rk3588s-orangepi-5-u-boot.dtsi new file mode 100644 index 00000000000..888d1b9c12d --- /dev/null +++ b/arch/arm/dts/rk3588s-orangepi-5-u-boot.dtsi @@ -0,0 +1,22 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) + +#include "rk3588s-u-boot.dtsi" + +/ { +	chosen { +		u-boot,spl-boot-order = "same-as-spl", &sdmmc; +	}; +}; + +&fspim0_pins { +	bootph-all; +}; + +&sfc { +	bootph-pre-ram; +	u-boot,spl-sfc-no-dma; + +	flash@0 { +		bootph-pre-ram; +	}; +}; | 
