opicm5-tablet: Support sata0
This commit is contained in:
parent
be9aafe056
commit
ce356dbac8
|
|
@ -782,6 +782,12 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&sata0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sata_reset>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
//phy0
|
||||
&pcie2x1l2 {
|
||||
reset-gpios = <&gpio3 RK_PD1 GPIO_ACTIVE_HIGH>;
|
||||
|
|
@ -858,6 +864,12 @@
|
|||
rockchip,pins = <1 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
};
|
||||
};
|
||||
|
||||
sata {
|
||||
sata_reset:sata-reset{
|
||||
rockchip,pins = <3 RK_PD1 RK_FUNC_GPIO &pcfg_pull_up>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&u2phy0 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue