diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-11-28 19:05:03 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-11-28 19:05:03 +0000 |
| commit | c3f1cfc76c9a579767282ac81d2be1cfb20aea92 (patch) | |
| tree | 2ceec207f54ea88f7e65cbfc01d27ccf39cb9693 /src/arm/aspeed-ast2600-evb.dts | |
| parent | 01e5ca170569c10889ed1bb2efcf4d19eae1353c (diff) | |
Notes
Diffstat (limited to 'src/arm/aspeed-ast2600-evb.dts')
| -rw-r--r-- | src/arm/aspeed-ast2600-evb.dts | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/src/arm/aspeed-ast2600-evb.dts b/src/arm/aspeed-ast2600-evb.dts new file mode 100644 index 0000000000000..9870553919b7c --- /dev/null +++ b/src/arm/aspeed-ast2600-evb.dts @@ -0,0 +1,80 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +// Copyright 2019 IBM Corp. + +/dts-v1/; + +#include "aspeed-g6.dtsi" + +/ { + model = "AST2600 EVB"; + compatible = "aspeed,ast2600"; + + aliases { + serial4 = &uart5; + }; + + chosen { + bootargs = "console=ttyS4,115200n8"; + }; + + memory@80000000 { + device_type = "memory"; + reg = <0x80000000 0x80000000>; + }; +}; + +&mdio1 { + status = "okay"; + + ethphy1: ethernet-phy@0 { + compatible = "ethernet-phy-ieee802.3-c22"; + reg = <0>; + }; +}; + +&mdio2 { + status = "okay"; + + ethphy2: ethernet-phy@0 { + compatible = "ethernet-phy-ieee802.3-c22"; + reg = <0>; + }; +}; + +&mdio3 { + status = "okay"; + + ethphy3: ethernet-phy@0 { + compatible = "ethernet-phy-ieee802.3-c22"; + reg = <0>; + }; +}; + +&mac1 { + status = "okay"; + + phy-mode = "rgmii"; + phy-handle = <ðphy1>; +}; + +&mac2 { + status = "okay"; + + phy-mode = "rgmii"; + phy-handle = <ðphy2>; +}; + +&mac3 { + status = "okay"; + + phy-mode = "rgmii"; + phy-handle = <ðphy3>; +}; + +&emmc { + status = "okay"; +}; + +&rtc { + status = "okay"; +}; |
