File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 };
3939 };
4040
41+ wifi_pwrseq: wifi_pwrseq {
42+ compatible = "mmc-pwrseq-wilc";
43+ reset-gpios = <&pioA 8 GPIO_ACTIVE_HIGH>;
44+ powerdown-gpios = <&pioA 78 GPIO_ACTIVE_LOW>;
45+ pinctrl-0 = <&pinctrl_wilc_pwrseq_default>;
46+ pinctrl-names = "default";
47+ status = "okay"; /* Conflict with qspi1. */
48+ };
49+
4150 ahb {
4251 usb0: gadget@300000 {
4352 atmel,vbus-gpio = <&pioA PIN_PD23 GPIO_ACTIVE_LOW>;
7079 qspi1: spi@f0024000 {
7180 pinctrl-names = "default";
7281 pinctrl-0 = <&pinctrl_qspi1_default>;
73- status = "okay";
82+ status = "disabled"; /* Conflict with wilc_pwrseq. */
7483 flash@0 {
7584 reg = <0>;
7685 compatible = "jedec,spi-nor";
677686 bias-pull-up;
678687 };
679688
689+ pinctrl_wilc_pwrseq_default: wilc_pwrseq_default {
690+ pinmux = <PIN_PA8__GPIO>,
691+ <PIN_PC15__GPIO>;
692+ bias-pull-up;
693+ };
680694 };
681695
682696 can1: can@fc050000 {
You can’t perform that action at this time.
0 commit comments