1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Copyright (c) 2016 Andreas Färber 4*f126890aSEmmanuel Vadot */ 5*f126890aSEmmanuel Vadot 6*f126890aSEmmanuel Vadot/dts-v1/; 7*f126890aSEmmanuel Vadot 8*f126890aSEmmanuel Vadot#include "imx6sx-udoo-neo.dtsi" 9*f126890aSEmmanuel Vadot 10*f126890aSEmmanuel Vadot/ { 11*f126890aSEmmanuel Vadot model = "UDOO Neo Basic"; 12*f126890aSEmmanuel Vadot compatible = "udoo,neobasic", "fsl,imx6sx"; 13*f126890aSEmmanuel Vadot 14*f126890aSEmmanuel Vadot memory@80000000 { 15*f126890aSEmmanuel Vadot device_type = "memory"; 16*f126890aSEmmanuel Vadot reg = <0x80000000 0x20000000>; 17*f126890aSEmmanuel Vadot }; 18*f126890aSEmmanuel Vadot}; 19*f126890aSEmmanuel Vadot 20*f126890aSEmmanuel Vadot&fec1 { 21*f126890aSEmmanuel Vadot phy-handle = <ðphy1>; 22*f126890aSEmmanuel Vadot status = "okay"; 23*f126890aSEmmanuel Vadot 24*f126890aSEmmanuel Vadot mdio { 25*f126890aSEmmanuel Vadot #address-cells = <1>; 26*f126890aSEmmanuel Vadot #size-cells = <0>; 27*f126890aSEmmanuel Vadot 28*f126890aSEmmanuel Vadot ethphy1: ethernet-phy@0 { 29*f126890aSEmmanuel Vadot compatible = "ethernet-phy-ieee802.3-c22"; 30*f126890aSEmmanuel Vadot reg = <0>; 31*f126890aSEmmanuel Vadot }; 32*f126890aSEmmanuel Vadot }; 33*f126890aSEmmanuel Vadot}; 34