18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
28c2ecf20Sopenharmony_ci// Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd.
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#include "rk3399.dtsi"
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci/ {
78c2ecf20Sopenharmony_ci	compatible = "rockchip,rk3399pro";
88c2ecf20Sopenharmony_ci};
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci/* Default to enabled since AP talk to NPU part over pcie */
118c2ecf20Sopenharmony_ci&pcie_phy {
128c2ecf20Sopenharmony_ci	status = "okay";
138c2ecf20Sopenharmony_ci};
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci/* Default to enabled since AP talk to NPU part over pcie */
168c2ecf20Sopenharmony_ci&pcie0 {
178c2ecf20Sopenharmony_ci	ep-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
188c2ecf20Sopenharmony_ci	num-lanes = <4>;
198c2ecf20Sopenharmony_ci	pinctrl-names = "default";
208c2ecf20Sopenharmony_ci	pinctrl-0 = <&pcie_clkreqn_cpm>;
218c2ecf20Sopenharmony_ci	status = "okay";
228c2ecf20Sopenharmony_ci};
23