1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only 2*f126890aSEmmanuel Vadot// Axis ARTPEC-6 development board. 3*f126890aSEmmanuel Vadot 4*f126890aSEmmanuel Vadot/dts-v1/; 5*f126890aSEmmanuel Vadot#include "artpec6.dtsi" 6*f126890aSEmmanuel Vadot 7*f126890aSEmmanuel Vadot/ { 8*f126890aSEmmanuel Vadot model = "ARTPEC-6 development board"; 9*f126890aSEmmanuel Vadot compatible = "axis,artpec6-dev-board", "axis,artpec6"; 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot aliases { 12*f126890aSEmmanuel Vadot serial0 = &uart0; 13*f126890aSEmmanuel Vadot serial1 = &uart1; 14*f126890aSEmmanuel Vadot serial2 = &uart2; 15*f126890aSEmmanuel Vadot serial3 = &uart3; 16*f126890aSEmmanuel Vadot }; 17*f126890aSEmmanuel Vadot 18*f126890aSEmmanuel Vadot chosen { 19*f126890aSEmmanuel Vadot stdout-path = "serial3:115200n8"; 20*f126890aSEmmanuel Vadot }; 21*f126890aSEmmanuel Vadot 22*f126890aSEmmanuel Vadot memory { 23*f126890aSEmmanuel Vadot device_type = "memory"; 24*f126890aSEmmanuel Vadot reg = <0x0 0x40000000>; 25*f126890aSEmmanuel Vadot }; 26*f126890aSEmmanuel Vadot}; 27*f126890aSEmmanuel Vadot 28*f126890aSEmmanuel Vadot&uart0 { 29*f126890aSEmmanuel Vadot status = "okay"; 30*f126890aSEmmanuel Vadot}; 31*f126890aSEmmanuel Vadot 32*f126890aSEmmanuel Vadot&uart1 { 33*f126890aSEmmanuel Vadot status = "okay"; 34*f126890aSEmmanuel Vadot}; 35*f126890aSEmmanuel Vadot 36*f126890aSEmmanuel Vadot&uart2 { 37*f126890aSEmmanuel Vadot status = "okay"; 38*f126890aSEmmanuel Vadot}; 39*f126890aSEmmanuel Vadot 40*f126890aSEmmanuel Vadot&uart3 { 41*f126890aSEmmanuel Vadot status = "okay"; 42*f126890aSEmmanuel Vadot}; 43*f126890aSEmmanuel Vadot 44*f126890aSEmmanuel Vadot&pcie { 45*f126890aSEmmanuel Vadot status = "okay"; 46*f126890aSEmmanuel Vadot}; 47*f126890aSEmmanuel Vadot 48*f126890aSEmmanuel Vadotðernet { 49*f126890aSEmmanuel Vadot status = "okay"; 50*f126890aSEmmanuel Vadot 51*f126890aSEmmanuel Vadot phy-handle = <&phy1>; 52*f126890aSEmmanuel Vadot phy-mode = "gmii"; 53*f126890aSEmmanuel Vadot 54*f126890aSEmmanuel Vadot mdio { 55*f126890aSEmmanuel Vadot #address-cells = <0x1>; 56*f126890aSEmmanuel Vadot #size-cells = <0x0>; 57*f126890aSEmmanuel Vadot compatible = "snps,dwmac-mdio"; 58*f126890aSEmmanuel Vadot phy1: phy@0 { 59*f126890aSEmmanuel Vadot compatible = "ethernet-phy-ieee802.3-c22"; 60*f126890aSEmmanuel Vadot device_type = "ethernet-phy"; 61*f126890aSEmmanuel Vadot reg = <0x0>; 62*f126890aSEmmanuel Vadot }; 63*f126890aSEmmanuel Vadot }; 64*f126890aSEmmanuel Vadot}; 65