blob: 2d291bf1ee225fcdb4675a11618691884d60323d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// SPDX-License-Identifier: GPL-2.0
/*
* Device Tree Source for the SH7751 R2Dplus
*
* Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com>
*/
/dts-v1/;
/ {
model = "R2D";
compatible = "renesas,r2d", "renesas,sh7751";
};
|