Skip to content

Commit

Permalink
added esp32 overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed May 19, 2024
1 parent ae44cc6 commit d90f3e6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions samples/ifm_sample_app/boards/esp32_devkitc_wrover_procpu.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/ {

iolm_gpios: iolm_gpios {
compatible = "gpio-leds";
iolm_irq: iolm_irq {
status = "okay";
gpios = <&gpio0 26 (GPIO_ACTIVE_LOW)>;
label = "iolm_irq";
};
iolm_cs: iolm_cs {
status = "okay";
gpios = <&gpio0 27 (GPIO_ACTIVE_LOW)>;
label = "iolm_cs";
};
};

aliases {
iolm-spi= &spi2;
iolm-cs = &iolm_cs;
iolm-irq = &iolm_irq;
};

};

&uart0 {
current-speed = <460800>;
};

0 comments on commit d90f3e6

Please sign in to comment.