ARM: dts: NSP: Move aliases to bcm-nsp.dtsi

All boards replicate the aliases node, move the aliases node to
bcm-nsp.dtsi and add all the serial and ethernet ports such that a boot
program like u-boot can populate MAC addresses accordingly.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Florian Fainelli
2018-10-29 09:55:23 -07:00
父節點 ca3a6e705c
當前提交 f60d405a87
共有 9 個文件被更改,包括 8 次插入33 次删除

查看文件

@@ -39,10 +39,6 @@
model = "NorthStar Plus SVK (BCM958623HR)";
compatible = "brcm,bcm58623", "brcm,nsp";
aliases {
serial0 = &uart0;
};
chosen {
stdout-path = "serial0:115200n8";
};