summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/renesas/r8a779g2-white-hawk-single.dts
blob: 2f79e5a6124897ef7902eef4cccf4bfefa629502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
 * Device Tree Source for the R-Car V4H ES2.0 White Hawk Single board
 *
 * Copyright (C) 2023 Glider bv
 */

/dts-v1/;
#include "r8a779g2.dtsi"
#include "white-hawk-cpu-common.dtsi"
#include "white-hawk-common.dtsi"

/ {
	model = "Renesas White Hawk Single board based on r8a779g2";
	compatible = "renesas,white-hawk-single", "renesas,r8a779g2",
		     "renesas,r8a779g0";
};

&hscif0 {
	uart-has-rtscts;
};

&hscif0_pins {
	groups = "hscif0_data", "hscif0_ctrl";
	function = "hscif0";
};