blob: 8302e51def52a382ef9a442509f6dab44d414c71 [file] [log] [blame]
Nick Xiea5f12492019-07-30 11:51:16 +08001// 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-Captain";
12 compatible = "khadas,edge-captain", "rockchip,rk3399";
13};
14
15&gmac {
16 status = "okay";
17};
18
19&pcie_phy {
20 status = "okay";
21};
22
23&pcie0 {
24 ep-gpios = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;
25 num-lanes = <4>;
26 status = "okay";
27};