linux/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts
Nobuhiro Iwamatsu 48dea9a700 arm64: dts: visconti: Add device tree for TMPV7708 RM main board
Add basic support for the Visconti TMPV7708 SoC peripherals -
  - CPU
    - CA53 x 4 and 2 cluster.
    - not support PSCI, currently only spin-table is supported.
  - Interrupt controller (ARM Generic Interrupt Controller)
  - Timer (ARM architected timer)
  - UART (ARM PL011 UART controller)
  - SPI (ARM PL022 SPI controller)
  - I2C (Synopsys DesignWare APB I2C Controller)
  - Pin control (Visconti specific)

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Reviewed-by: Punit Agrawal <punit1.agrawal@toshiba.co.jp>
2020-09-23 17:09:17 +09:00

44 lines
753 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Device Tree File for TMPV7708 RM main board
*
* (C) Copyright 2020, Toshiba Corporation.
* (C) Copyright 2020, Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
*/
/dts-v1/;
#include "tmpv7708.dtsi"
/ {
model = "Toshiba TMPV7708 RM main board";
compatible = "toshiba,tmpv7708-rm-mbrc", "toshiba,tmpv7708";
aliases {
serial0 = &uart0;
serial1 = &uart1;
};
chosen {
stdout-path = "serial0:115200n8";
};
/* 768MB memory */
memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x30000000>;
};
};
&uart0 {
status = "okay";
clocks = <&uart_clk>;
clock-names = "apb_pclk";
};
&uart1 {
status = "okay";
clocks = <&uart_clk>;
clock-names = "apb_pclk";
};