xref: /freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-khadas-edge-v.dts (revision 8d13bc63c0e1d50bc9e47ac1f26329c999bfecf0)
1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2c66ec88fSEmmanuel Vadot/*
3c66ec88fSEmmanuel Vadot * Copyright (c) 2019 Shenzhen Wesion Technology Co., Ltd.
4c66ec88fSEmmanuel Vadot * (https://www.khadas.com)
5c66ec88fSEmmanuel Vadot */
6c66ec88fSEmmanuel Vadot
7c66ec88fSEmmanuel Vadot/dts-v1/;
8c66ec88fSEmmanuel Vadot#include "rk3399-khadas-edge.dtsi"
9c66ec88fSEmmanuel Vadot
10c66ec88fSEmmanuel Vadot/ {
11c66ec88fSEmmanuel Vadot	model = "Khadas Edge-V";
12c66ec88fSEmmanuel Vadot	compatible = "khadas,edge-v", "rockchip,rk3399";
13*8d13bc63SEmmanuel Vadot
14*8d13bc63SEmmanuel Vadot	aliases {
15*8d13bc63SEmmanuel Vadot		ethernet0 = &gmac;
16*8d13bc63SEmmanuel Vadot	};
17c66ec88fSEmmanuel Vadot};
18c66ec88fSEmmanuel Vadot
19c66ec88fSEmmanuel Vadot&gmac {
20c66ec88fSEmmanuel Vadot	status = "okay";
21c66ec88fSEmmanuel Vadot};
22c66ec88fSEmmanuel Vadot
23c66ec88fSEmmanuel Vadot&pcie_phy {
24c66ec88fSEmmanuel Vadot	status = "okay";
25c66ec88fSEmmanuel Vadot};
26c66ec88fSEmmanuel Vadot
27c66ec88fSEmmanuel Vadot&pcie0 {
28c66ec88fSEmmanuel Vadot	ep-gpios = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;
29c66ec88fSEmmanuel Vadot	num-lanes = <4>;
30c66ec88fSEmmanuel Vadot	status = "okay";
31c66ec88fSEmmanuel Vadot};
32