08b8699eb3
Initial support for the Renesas Spider CPU and BreakOut boards. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Tested-by: Takehito Nakamura <takehito.nakamura.nx@renesas.com> Link: https://lore.kernel.org/r/20211201073308.1003945-14-yoshihiro.shimoda.uh@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
23 lines
458 B
Plaintext
23 lines
458 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 or MIT)
|
|
/*
|
|
* Device Tree Source for the Spider CPU and BreakOut boards
|
|
*
|
|
* Copyright (C) 2021 Renesas Electronics Corp.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r8a779f0-spider-cpu.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas Spider CPU and Breakout boards based on r8a779f0";
|
|
compatible = "renesas,spider-breakout", "renesas,spider-cpu", "renesas,r8a779f0";
|
|
|
|
aliases {
|
|
serial0 = &scif3;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|