diff options
author | Stefan Roese <sr@denx.de> | 2016-10-25 18:11:44 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-12-05 13:28:23 +0100 |
commit | af4c271c33d25ff3e6fe9fe998d703ee9a2f3f29 (patch) | |
tree | 481009564a6a52392eb0eec092b4ebc4d7c82717 /arch/arm/dts/armada-8040-db.dts | |
parent | 92fdaf0c8013f9a0b1dbe7349e6de53a4da0099c (diff) | |
download | u-boot-af4c271c33d25ff3e6fe9fe998d703ee9a2f3f29.tar.gz u-boot-af4c271c33d25ff3e6fe9fe998d703ee9a2f3f29.tar.xz u-boot-af4c271c33d25ff3e6fe9fe998d703ee9a2f3f29.zip |
arm64: mvebu: armada-8040-db.dts: Add I2C and SPI aliases
Add I2C and SPI aliases to enable usage in U-Boot. Otherwise U-Boot will
not be able to use the SPI NOR chip for environment storage and use
"i2c dev 0" to select this I2C bus.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Neta Zur Hershkovits <neta@marvell.com>
Cc: Kostya Porotchkin <kostap@marvell.com>
Cc: Omri Itach <omrii@marvell.com>
Cc: Igal Liberman <igall@marvell.com>
Cc: Haim Boot <hayim@marvell.com>
Cc: Hanna Hawa <hannah@marvell.com>
Diffstat (limited to 'arch/arm/dts/armada-8040-db.dts')
-rw-r--r-- | arch/arm/dts/armada-8040-db.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-8040-db.dts b/arch/arm/dts/armada-8040-db.dts index 49780923bd..7fb674b8b7 100644 --- a/arch/arm/dts/armada-8040-db.dts +++ b/arch/arm/dts/armada-8040-db.dts @@ -55,6 +55,11 @@ stdout-path = "serial0:115200n8"; }; + aliases { + i2c0 = &cpm_i2c0; + spi0 = &spi0; + }; + memory@00000000 { device_type = "memory"; reg = <0x0 0x0 0x0 0x80000000>; |