Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25c88cb1 authored by Adam Ford's avatar Adam Ford Committed by Sekhar Nori
Browse files

ARM: dts: da850-evm: add chosen and SPI alias



This patch will add the chosen container to point stdout-path to serial2
and set the alias for spi0 to spi1 since the SPI NOR flash exists on SPI1.

Suggested-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 95571b3b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -15,11 +15,16 @@
	compatible = "ti,da850-evm", "ti,da850";
	model = "DA850/AM1808/OMAP-L138 EVM";

	chosen {
		stdout-path = &serial2;
	};

	aliases {
		serial0 = &serial0;
		serial1 = &serial1;
		serial2 = &serial2;
		ethernet0 = &eth0;
		spi0 = &spi1;
	};

	soc@1c00000 {