I want to use SATA hard drive to connect m2 e key port (i have adapter ) , try to enable SATA on the kernel , but no luck to see its workin , the change that i did below.
Hardware i had checked confirmed its connected correct pins .
kernel i tried , 6.1 , 5.10 . both of them not working with below configuration.
/arch/arm64/boot/dts/rockchip/rk3568-nanopi5-rev02.dts
&pcie2x1 {
num-viewport = <4>;
pinctrl-names = "default";
pinctrl-0 = <&m2_w_disable_pin>;
reset-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
&sata2 {
status = "okay";
};
Hardware i had checked confirmed its connected correct pins .
kernel i tried , 6.1 , 5.10 . both of them not working with below configuration.
/arch/arm64/boot/dts/rockchip/rk3568-nanopi5-rev02.dts
&pcie2x1 {
num-viewport = <4>;
pinctrl-names = "default";
pinctrl-0 = <&m2_w_disable_pin>;
reset-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
&sata2 {
status = "okay";
};