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";
|
|
};
|
|
};
|