irrigation_system/software/apps/slave_node/boards/bluepill_f103rb.overlay

22 lines
382 B
Plaintext

/ {
chosen {
zephyr,console = &rtt;
zephyr,shell-uart = &rtt; // If using shell
};
rtt: rtt {
compatible = "segger,rtt-uart";
#address-cells = <1>;
#size-cells = <0>;
label = "RTT";
status = "okay";
};
};
&usart1 {
modbus0 {
compatible = "zephyr,modbus-serial";
status = "okay";
};
status = "okay";
};