File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
boards/arduino/portenta_c33 Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ if NETWORKING
11
11
config NET_L2_ETHERNET
12
12
default y
13
13
14
+ config WIFI_ESP_HOSTED
15
+ default y
16
+
14
17
endif # NETWORKING
15
18
16
19
endif # BOARD_ARDUINO_PORTENTA_C33
Original file line number Diff line number Diff line change 130
130
};
131
131
132
132
&spi1 {
133
+ status = "okay";
133
134
pinctrl-0 = <&spi1_default>;
134
135
pinctrl-names = "default";
135
- status = "okay";
136
+ clock-frequency = <5000000>;
137
+ cs-gpios = <&ioport1 3 GPIO_ACTIVE_LOW>,
138
+ <&ioport1 4 GPIO_ACTIVE_LOW>;
139
+
140
+ esp_hosted@1 {
141
+ status = "ok";
142
+ compatible = "espressif,esp-hosted";
143
+ reg = <0x1>;
144
+ spi-max-frequency = <5000000>;
145
+ reset-gpios = <&ioport8 4 GPIO_ACTIVE_HIGH>;
146
+ handshake-gpios = <&ioport8 6 GPIO_ACTIVE_HIGH>;
147
+ dataready-gpios = <&ioport8 3 GPIO_ACTIVE_HIGH>;
148
+ };
136
149
};
137
150
138
151
&ioport0 {
You can’t perform that action at this time.
0 commit comments