1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2/* 3 * Device Tree Source for the R-Car V4H ES2.0 White Hawk Single board 4 * 5 * Copyright (C) 2023 Glider bv 6 */ 7 8/dts-v1/; 9#include "r8a779g2.dtsi" 10#include "white-hawk-cpu-common.dtsi" 11#include "white-hawk-common.dtsi" 12 13/ { 14 model = "Renesas White Hawk Single board based on r8a779g2"; 15 compatible = "renesas,white-hawk-single", "renesas,r8a779g2", 16 "renesas,r8a779g0"; 17}; 18 19&hscif0 { 20 uart-has-rtscts; 21}; 22 23&hscif0_pins { 24 groups = "hscif0_data", "hscif0_ctrl"; 25 function = "hscif0"; 26}; 27