forked from Qortal/Brooklyn
23 lines
449 B
Plaintext
23 lines
449 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source for the Falcon CPU and BreakOut boards
|
|
*
|
|
* Copyright (C) 2020 Renesas Electronics Corp.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r8a779a0-falcon-cpu.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas Falcon CPU and Breakout boards based on r8a779a0";
|
|
compatible = "renesas,falcon-breakout", "renesas,falcon-cpu", "renesas,r8a779a0";
|
|
|
|
aliases {
|
|
serial0 = &scif0;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|