Skip to content
Snippets Groups Projects
Commit 9afe7e8d authored by Gianfranco Mariotti's avatar Gianfranco Mariotti
Browse files

[C61] add ecspi support

parent a595ebd7
No related branches found
No related tags found
No related merge requests found
...@@ -170,14 +170,24 @@ ...@@ -170,14 +170,24 @@
}; };
}; };
&ecspi2 { &ecspi1 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi1>;
fsl,spi-num-chipselects = <1>; fsl,spi-num-chipselects = <1>;
cs-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
&ecspi2 {
#address-cells = <1>;
#size-cells = <0>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi2>; pinctrl-0 = <&pinctrl_ecspi2>;
cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>; fsl,spi-num-chipselects = <2>;
status = "okay"; cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>, <&gpio5 4 GPIO_ACTIVE_HIGH>;
status = "disabled";
}; };
&flexspi { &flexspi {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment