Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 // Axis ARTPEC-6 development board.
0003 
0004 /dts-v1/;
0005 #include "artpec6.dtsi"
0006 
0007 / {
0008         model = "ARTPEC-6 development board";
0009         compatible = "axis,artpec6-dev-board", "axis,artpec6";
0010 
0011         aliases {
0012                 serial0 = &uart0;
0013                 serial1 = &uart1;
0014                 serial2 = &uart2;
0015                 serial3 = &uart3;
0016         };
0017 
0018         chosen {
0019                 stdout-path = "serial3:115200n8";
0020         };
0021 
0022         memory {
0023                 device_type = "memory";
0024                 reg = <0x0 0x40000000>;
0025         };
0026 };
0027 
0028 &uart0 {
0029         status = "okay";
0030 };
0031 
0032 &uart1 {
0033         status = "okay";
0034 };
0035 
0036 &uart2 {
0037         status = "okay";
0038 };
0039 
0040 &uart3 {
0041         status = "okay";
0042 };
0043 
0044 &pcie {
0045         status = "okay";
0046 };
0047 
0048 &ethernet {
0049         status = "okay";
0050 
0051         phy-handle = <&phy1>;
0052         phy-mode = "gmii";
0053 
0054         mdio {
0055                 #address-cells = <0x1>;
0056                 #size-cells = <0x0>;
0057                 compatible = "snps,dwmac-mdio";
0058                 phy1: phy@0 {
0059                         compatible = "ethernet-phy-ieee802.3-c22";
0060                         device_type = "ethernet-phy";
0061                         reg = <0x0>;
0062                 };
0063         };
0064 };