14 lines
207 B
Plaintext
14 lines
207 B
Plaintext
&zephyr_udc0 {
|
|
cdc_acm_uart0: cdc_acm_uart0 {
|
|
compatible = "zephyr,cdc-acm-uart";
|
|
|
|
modbus0 {
|
|
compatible = "zephyr,modbus-serial";
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
|
|
&usart1 {
|
|
/delete-node/ modbus0;
|
|
}; |