aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-12-09 08:40:49 -0500
committerTom Rini <trini@konsulko.com>2018-12-09 08:40:49 -0500
commit8cb8c0c6a83bef319023ac2e967a85e1e92e18bc (patch)
treee76bc8071eab1a08ad92f30cc4ea4ad92597fb42 /arch
parent51c2345bd24837f9f67f16268da6dc71573f1325 (diff)
parent5ca84c6dd2b3060471171cce3f76d8af35060c0b (diff)
downloadu-boot-8cb8c0c6a83bef319023ac2e967a85e1e92e18bc.zip
u-boot-8cb8c0c6a83bef319023ac2e967a85e1e92e18bc.tar.gz
u-boot-8cb8c0c6a83bef319023ac2e967a85e1e92e18bc.tar.bz2
Merge git://git.denx.de/u-boot-marvell
- Sync DDR training with Marvell code for Armada 38x by Chris - Misc updates to Armada 38x Helios4 board by Aditya
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/armada-388-helios4-u-boot.dtsi22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-388-helios4-u-boot.dtsi b/arch/arm/dts/armada-388-helios4-u-boot.dtsi
new file mode 100644
index 0000000..4b20610
--- /dev/null
+++ b/arch/arm/dts/armada-388-helios4-u-boot.dtsi
@@ -0,0 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/ {
+ aliases {
+ i2c0 = &i2c0;
+ i2c1 = &i2c1;
+ spi1 = &spi1;
+ };
+};
+
+&eth0 {
+ phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
+};
+
+&spi1 {
+ u-boot,dm-spl;
+};
+
+&w25q32 {
+ status = "okay";
+ u-boot,dm-spl;
+};