]> git.ipfire.org Git - thirdparty/u-boot.git/blame - src/arm64/rockchip/rk3399-khadas-edge-v.dts
Squashed 'dts/upstream/' changes from aaba2d45dc2a..b35b9bd1d4ee
[thirdparty/u-boot.git] / src / arm64 / rockchip / rk3399-khadas-edge-v.dts
CommitLineData
53633a89
TR
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2019 Shenzhen Wesion Technology Co., Ltd.
4 * (https://www.khadas.com)
5 */
6
7/dts-v1/;
8#include "rk3399-khadas-edge.dtsi"
9
10/ {
11 model = "Khadas Edge-V";
12 compatible = "khadas,edge-v", "rockchip,rk3399";
93743d24
TR
13
14 aliases {
15 ethernet0 = &gmac;
16 };
53633a89
TR
17};
18
19&gmac {
20 status = "okay";
21};
22
23&pcie_phy {
24 status = "okay";
25};
26
27&pcie0 {
28 ep-gpios = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;
29 num-lanes = <4>;
30 status = "okay";
31};