0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Copyright (c) 2016 Andreas Färber
0004 */
0005
0006 /dts-v1/;
0007
0008 #include "imx6sx-udoo-neo.dtsi"
0009
0010 / {
0011 model = "UDOO Neo Basic";
0012 compatible = "udoo,neobasic", "fsl,imx6sx";
0013
0014 memory@80000000 {
0015 device_type = "memory";
0016 reg = <0x80000000 0x20000000>;
0017 };
0018 };
0019
0020 &fec1 {
0021 phy-handle = <ðphy1>;
0022 status = "okay";
0023
0024 mdio {
0025 #address-cells = <1>;
0026 #size-cells = <0>;
0027
0028 ethphy1: ethernet-phy@0 {
0029 compatible = "ethernet-phy-ieee802.3-c22";
0030 reg = <0>;
0031 };
0032 };
0033 };