mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +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>
28 lines
441 B
Plaintext
28 lines
441 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-Captain";
|
|
compatible = "khadas,edge-captain", "rockchip,rk3399";
|
|
};
|
|
|
|
&gmac {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie_phy {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie0 {
|
|
ep-gpios = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;
|
|
num-lanes = <4>;
|
|
status = "okay";
|
|
};
|