1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright (c) 2019 Shenzhen Wesion Technolo 3 * Copyright (c) 2019 Shenzhen Wesion Technology Co., Ltd. 4 * (https://www.khadas.com) 4 * (https://www.khadas.com) 5 */ 5 */ 6 6 7 /dts-v1/; 7 /dts-v1/; 8 #include "rk3399-khadas-edge.dtsi" 8 #include "rk3399-khadas-edge.dtsi" 9 9 10 / { 10 / { 11 model = "Khadas Edge-V"; 11 model = "Khadas Edge-V"; 12 compatible = "khadas,edge-v", "rockchi 12 compatible = "khadas,edge-v", "rockchip,rk3399"; 13 13 14 aliases { 14 aliases { 15 ethernet0 = &gmac; 15 ethernet0 = &gmac; 16 }; 16 }; 17 }; 17 }; 18 18 19 &gmac { 19 &gmac { 20 status = "okay"; 20 status = "okay"; 21 }; 21 }; 22 22 23 &pcie_phy { 23 &pcie_phy { 24 status = "okay"; 24 status = "okay"; 25 }; 25 }; 26 26 27 &pcie0 { 27 &pcie0 { 28 ep-gpios = <&gpio1 RK_PA3 GPIO_ACTIVE_ 28 ep-gpios = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>; 29 num-lanes = <4>; 29 num-lanes = <4>; 30 status = "okay"; 30 status = "okay"; 31 }; 31 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.