Commit ce21574a authored by Sekhar Nori's avatar Sekhar Nori

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
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment