Skip to content

Commit 7d258d0

Browse files
committed
boards: arduino: portenta_c33: Use legacy esp-hosted protocol.
Use legacy esp-hosted firmware protocol. Signed-off-by: Ibrahim Abdalkader <[email protected]>
1 parent 71c66c1 commit 7d258d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arduino/portenta_c33/arduino_portenta_c33.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163

164164
esp_hosted@1 {
165165
status = "okay";
166-
compatible = "espressif,esp-hosted";
166+
compatible = "espressif,esp-hosted-legacy", "espressif,esp-hosted";
167167
reg = <0x1>;
168168
spi-max-frequency = <DT_FREQ_M(5)>;
169169
reset-gpios = <&ioport8 4 GPIO_ACTIVE_HIGH>;

0 commit comments

Comments
 (0)