0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Device Tree File for TMPV7708 RM main board
0004 *
0005 * (C) Copyright 2020, Toshiba Corporation.
0006 * (C) Copyright 2020, Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
0007 */
0008
0009 /dts-v1/;
0010
0011 #include "tmpv7708.dtsi"
0012
0013 / {
0014 model = "Toshiba TMPV7708 RM main board";
0015 compatible = "toshiba,tmpv7708-rm-mbrc", "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 };
0056
0057 &wdt {
0058 status = "okay";
0059 };
0060
0061 &gpio {
0062 status = "okay";
0063 };
0064
0065 &pwm_mux {
0066 groups = "pwm0_gpio16_grp", "pwm1_gpio17_grp", "pwm2_gpio18_grp", "pwm3_gpio19_grp";
0067 };
0068
0069 &pwm {
0070 status = "okay";
0071 };
0072
0073 &pcie {
0074 status = "okay";
0075 };