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

Commit ce21574a authored by Sekhar Nori's avatar Sekhar Nori
Browse files

ARM: dts: da850-evm: add serial and ethernet aliases



Add aliases for serial and ethernet nodes. Serial
aliases help keep order of tty nodes fixed and
ethernet alias is used by bootloader to setup mac
address correctly.

Reported-by: default avatarAdam Ford <aford173@gmail.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Fixes: dd7deaf2 ("ARM: davinci: da850: add DT node for ethernet")
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 2bd6bf03
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -15,6 +15,13 @@
	compatible = "ti,da850-evm", "ti,da850";
	model = "DA850/AM1808/OMAP-L138 EVM";

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

	soc@1c00000 {
		pmx_core: pinmux@14120 {
			status = "okay";