mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
14 lines
266 B
Text
14 lines
266 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2019 Shenzhen Wesion Technology Co., Ltd.
|
||
|
* (https://www.khadas.com)
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "rk3399-khadas-edge.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Khadas Edge";
|
||
|
compatible = "khadas,edge", "rockchip,rk3399";
|
||
|
};
|