blob: 52011e3c2b559cfe4b4a29f194dc137acab0665f [file] [log] [blame]
/ {
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
};
};
/* Use the PTY driver instead of the UART peripheral emulation that is now the
* default on nrf52_bsim.
*/
&uart1 {
status = "okay";
compatible = "zephyr,native-pty-uart";
/delete-property/ pinctrl-0;
/delete-property/ pinctrl-1;
/delete-property/ pinctrl-names;
bt_hci_uart: bt_hci_uart {
compatible = "zephyr,bt-hci-uart";
status = "disabled";
};
};
&uart0 {
status = "okay";
compatible = "zephyr,native-pty-uart";
/delete-property/ pinctrl-0;
/delete-property/ pinctrl-1;
/delete-property/ pinctrl-names;
};