Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Device Tree File for TMPV7708 VisROBO VRB board
0004  *
0005  * (C) Copyright 2020, 2021, Toshiba Corporation.
0006  * (C) Copyright 2020, Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
0007  */
0008 
0009 /dts-v1/;
0010 
0011 #include "tmpv7708-visrobo-vrc.dtsi"
0012 
0013 / {
0014         model = "Toshiba TMPV7708 VisROBO (VRB) board";
0015         compatible = "toshiba,tmpv7708-visrobo-vrb", "toshiba,tmpv7708";
0016 
0017         aliases {
0018                 serial0 = &uart0;
0019                 serial1 = &uart1;
0020         };
0021 
0022         chosen {
0023                 stdout-path = "serial0:115200n8";
0024         };
0025 
0026         /* 768MB memory */
0027         memory@80000000 {
0028                 device_type = "memory";
0029                 reg = <0x0 0x80000000 0x0 0x30000000>;
0030         };
0031 };
0032 
0033 &uart0 {
0034         status = "okay";
0035 };
0036 
0037 &uart1 {
0038         status = "okay";
0039 };
0040 
0041 &piether {
0042         status = "okay";
0043         phy-handle = <&phy0>;
0044         phy-mode = "rgmii-id";
0045 
0046         mdio0 {
0047                 #address-cells = <1>;
0048                 #size-cells = <0>;
0049                 compatible = "snps,dwmac-mdio";
0050                 phy0: ethernet-phy@1 {
0051                         device_type = "ethernet-phy";
0052                         reg = <0x1>;
0053                 };
0054         };
0055 };