diff options
author | Andre Przywara <andre.przywara@arm.com> | 2018-10-29 00:56:49 +0000 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-11-13 22:06:08 +0530 |
commit | 4c974eefbff91e052a48663e7da9f15b1b70286e (patch) | |
tree | 91e52aff174329ec54465d73850009897758edb5 /arch/arm/dts/sun50i-h5-orangepi-pc2.dts | |
parent | ababb5920e8992c9bb7956df3cc85dc68d27dfe8 (diff) | |
download | u-boot-4c974eefbff91e052a48663e7da9f15b1b70286e.tar.gz u-boot-4c974eefbff91e052a48663e7da9f15b1b70286e.tar.xz u-boot-4c974eefbff91e052a48663e7da9f15b1b70286e.zip |
sunxi: H3/H5: Update .dts files
Update the .dts/.dtsi files from the Linux sunxi/dt64-for-4.20 tree:
commit 679294497be31596e1c9c61507746d72b6b05f26
Author: Rodrigo Exterckötter Tjäder <rodrigo@tjader.xyz>
Date: Wed Sep 26 19:48:24 2018 +0000
arm64: dts: allwinner: a64: a64-olinuxino: set the PHY TX delay
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'arch/arm/dts/sun50i-h5-orangepi-pc2.dts')
-rw-r--r-- | arch/arm/dts/sun50i-h5-orangepi-pc2.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/sun50i-h5-orangepi-pc2.dts b/arch/arm/dts/sun50i-h5-orangepi-pc2.dts index 98862c7c72..3e0d5a9c09 100644 --- a/arch/arm/dts/sun50i-h5-orangepi-pc2.dts +++ b/arch/arm/dts/sun50i-h5-orangepi-pc2.dts @@ -207,6 +207,18 @@ status = "okay"; }; +&spi0 { + status = "okay"; + + flash@0 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "jedec,spi-nor"; + reg = <0>; + spi-max-frequency = <40000000>; + }; +}; + &uart0 { pinctrl-names = "default"; pinctrl-0 = <&uart0_pins_a>; |