mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
16 lines
328 B
Text
16 lines
328 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright 2020, Compass Electronics Group, LLC
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "r8a774a1.dtsi"
|
||
|
#include "beacon-renesom-som.dtsi"
|
||
|
#include "beacon-renesom-baseboard.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Beacon Embedded Works RZ/G2M Development Kit";
|
||
|
compatible = "beacon,beacon-rzg2m", "renesas,r8a774a1";
|
||
|
};
|