0001 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 /*
0003 * Device Tree Source for the White Hawk CPU and BreakOut boards
0004 *
0005 * Copyright (C) 2022 Renesas Electronics Corp.
0006 */
0007
0008 /dts-v1/;
0009 #include "r8a779g0-white-hawk-cpu.dtsi"
0010
0011 / {
0012 model = "Renesas White Hawk CPU and Breakout boards based on r8a779g0";
0013 compatible = "renesas,white-hawk-breakout", "renesas,white-hawk-cpu", "renesas,r8a779g0";
0014
0015 aliases {
0016 serial0 = &hscif0;
0017 };
0018
0019 chosen {
0020 stdout-path = "serial0:921600n8";
0021 };
0022 };