diff options
Diffstat (limited to 'dts/upstream/src/arm64/rockchip/rk3399-khadas-edge-v.dts')
-rw-r--r-- | dts/upstream/src/arm64/rockchip/rk3399-khadas-edge-v.dts | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dts/upstream/src/arm64/rockchip/rk3399-khadas-edge-v.dts b/dts/upstream/src/arm64/rockchip/rk3399-khadas-edge-v.dts new file mode 100644 index 00000000000..e12e7b4d64c --- /dev/null +++ b/dts/upstream/src/arm64/rockchip/rk3399-khadas-edge-v.dts @@ -0,0 +1,31 @@ +// 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-V"; + compatible = "khadas,edge-v", "rockchip,rk3399"; + + aliases { + ethernet0 = &gmac; + }; +}; + +&gmac { + status = "okay"; +}; + +&pcie_phy { + status = "okay"; +}; + +&pcie0 { + ep-gpios = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>; + num-lanes = <4>; + status = "okay"; +}; |