]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/aspeed-ast2500-evb.dts
Merge remote-tracking branch 'asoc/fix/cs4271' into asoc-linus
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / aspeed-ast2500-evb.dts
CommitLineData
02440622
JS
1/dts-v1/;
2
3#include "aspeed-g5.dtsi"
4
5/ {
6 model = "AST2500 EVB";
7 compatible = "aspeed,ast2500";
8
9 aliases {
10 serial4 = &uart5;
11 };
12
13 chosen {
14 stdout-path = &uart5;
15 bootargs = "console=ttyS4,115200 earlyprintk";
16 };
17
18 memory {
19 reg = <0x80000000 0x20000000>;
20 };
21};
22
23&uart5 {
24 status = "okay";
25};
34ea5c9d
JS
26
27&mac0 {
28 status = "okay";
29
30 pinctrl-names = "default";
31 pinctrl-0 = <&pinctrl_rgmii1_default &pinctrl_mdio1_default>;
32};
33
34&mac1 {
35 status = "okay";
36
37 pinctrl-names = "default";
38 pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
39};