Update rk3568-nanopi-r5c.dts

This commit is contained in:
骷髅头
2023-08-07 10:20:31 +08:00
committed by GitHub
parent 8566b79857
commit 57d65364cd

View File

@@ -466,10 +466,8 @@
};
&pcie2x1 {
num-lanes = <1>;
num-viewport = <4>;
pinctrl-names = "default";
pinctrl-0 = <&m2_w_disable_pin>;
pinctrl-0 = <&pcie20_reset_pin>;
reset-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -559,7 +557,13 @@
rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
pcie {
pcie20_reset_pin: pcie20-reset-pin {
rockchip,pins = <2 RK_PD2 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
gpio-key {
reset_button_pin: reset-button-pin {
rockchip,pins = <0 RK_PA7 RK_FUNC_GPIO &pcfg_pull_up>;