// SPDX-License-Identifier: GPL-2.0+ /dts-v1/; #include "ast2700.dtsi" #include "ast2700-u-boot.dtsi" / { model = "AST2700 EVB"; compatible = "aspeed,ast2700-evb", "aspeed,ast2700"; memory@400000000 { device_type = "memory"; reg = <0x4 0x00000000 0x0 0x20000000>; }; chosen { stdout-path = &uart12; }; }; &uart12 { status = "okay"; }; &mdio0 { status = "okay"; #address-cells = <1>; #size-cells = <0>; ethphy0: ethernet-phy@0 { reg = <0>; }; }; &mdio1 { status = "okay"; #address-cells = <1>; #size-cells = <0>; ethphy1: ethernet-phy@0 { reg = <0>; }; }; &mac0 { status = "okay"; phy-mode = "rgmii-id"; phy-handle = <ðphy0>; rx-internal-delay-ps = <0>; tx-internal-delay-ps = <0>; }; &mac1 { status = "okay"; phy-mode = "rgmii-id"; phy-handle = <ðphy1>; rx-internal-delay-ps = <0>; tx-internal-delay-ps = <0>; }; &fmc { status = "okay"; flash@0 { status = "okay"; spi-max-frequency = <50000000>; spi-tx-bus-width = <4>; spi-rx-bus-width = <4>; }; flash@1 { status = "okay"; spi-max-frequency = <50000000>; spi-tx-bus-width = <4>; spi-rx-bus-width = <4>; }; flash@2 { status = "okay"; spi-max-frequency = <50000000>; spi-tx-bus-width = <4>; spi-rx-bus-width = <4>; }; }; &wdt0 { status = "okay"; };