mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
15 lines
375 B
Text
15 lines
375 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Device Tree Source for the Silicon Linux RZ/G2E evaluation kit (EK874)
|
||
|
*
|
||
|
* Copyright (C) 2021 Renesas Electronics Corp.
|
||
|
*/
|
||
|
|
||
|
#include "r8a774c0-cat874.dts"
|
||
|
#include "cat875.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Silicon Linux RZ/G2E evaluation kit EK874 (CAT874 + CAT875)";
|
||
|
compatible = "si-linux,cat875", "si-linux,cat874", "renesas,r8a774c0";
|
||
|
};
|