mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-15 03:35:55 +00:00
23 lines
493 B
Plaintext
23 lines
493 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||
|
/*
|
||
|
* Device Tree Source for the White Hawk CPU and BreakOut boards
|
||
|
*
|
||
|
* Copyright (C) 2022 Renesas Electronics Corp.
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "r8a779g0-white-hawk-cpu.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Renesas White Hawk CPU and Breakout boards based on r8a779g0";
|
||
|
compatible = "renesas,white-hawk-breakout", "renesas,white-hawk-cpu", "renesas,r8a779g0";
|
||
|
|
||
|
aliases {
|
||
|
serial0 = &hscif0;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = "serial0:921600n8";
|
||
|
};
|
||
|
};
|