mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-26 03:39:29 +07:00
c2aacceedc
Add devicetree support for Khadas Edge/Edge-V/Captain boards. Khadas Edge is an expandable Rockchip RK3399 board with goldfinger. Khadas Captain is the carrier board for Khadas Edge. Khadas Edge-V is a Khadas VIM form factor Rockchip RK3399 board. Signed-off-by: Nick Xie <nick@khadas.com> [edge-captain and edge-v contain different components that are supposed to get added in future patches, so should stay separate while looking somewhat similar right now] Signed-off-by: Heiko Stuebner <heiko@sntech.de>
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
// 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";
|
|
};
|