WIP FPC-III support
[linux/fpc-iii.git] / arch / arm64 / boot / dts / toshiba / tmpv7708-rm-mbrc.dts
blobed0bf7f13f54e82a35ed03f6df03cd4f62cdd121
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Device Tree File for TMPV7708 RM main board
4  *
5  * (C) Copyright 2020, Toshiba Corporation.
6  * (C) Copyright 2020, Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
7  */
9 /dts-v1/;
11 #include "tmpv7708.dtsi"
13 / {
14         model = "Toshiba TMPV7708 RM main board";
15         compatible = "toshiba,tmpv7708-rm-mbrc", "toshiba,tmpv7708";
17         aliases {
18                 serial0 = &uart0;
19                 serial1 = &uart1;
20         };
22         chosen {
23                 stdout-path = "serial0:115200n8";
24         };
26         /* 768MB memory */
27         memory@80000000 {
28                 device_type = "memory";
29                 reg = <0x0 0x80000000 0x0 0x30000000>;
30         };
33 &uart0 {
34         status = "okay";
35         clocks = <&uart_clk>;
36         clock-names = "apb_pclk";
39 &uart1 {
40         status = "okay";
41         clocks = <&uart_clk>;
42         clock-names = "apb_pclk";