Home
last modified time | relevance | path

Searched full:uart2 (Results 1 – 25 of 177) sorted by relevance

12345678

/Zephyr-Core-3.5.0/samples/drivers/uart/native_tty/
DREADME.rst52 uart2 connected to the serial port: /dev/ttyUSB1
56 Device uart2 received: "Hello from device uart, num 9"
58 Device uart2 received: "Hello from device uart, num 8"
60 Device uart2 received: "Hello from device uart, num 7"
62 Device uart2 received: "Hello from device uart, num 6"
64 Device uart2 received: "Hello from device uart, num 5"
66 Device uart2 received: "Hello from device uart, num 4"
68 Device uart2 received: "Hello from device uart, num 3"
70 Device uart2 received: "Hello from device uart, num 2"
72 Device uart2 received: "Hello from device uart, num 1"
[all …]
/Zephyr-Core-3.5.0/boards/arm/cy8ckit_062_ble/
Dcy8ckit_062_ble_m0_1_0_0.overlay9 uart-2 = &uart2;
13 zephyr,console = &uart2;
14 zephyr,shell-uart = &uart2;
18 &uart2 {
/Zephyr-Core-3.5.0/boards/arm/mimx8mq_evk/
Dmimx8mq_evk_cm4.dts17 uart-2 = &uart2;
23 zephyr,console = &uart2;
24 zephyr,shell-uart = &uart2;
28 &uart2 {
/Zephyr-Core-3.5.0/boards/arm/qemu_cortex_m3/
Dqemu_cortex_m3.dts14 uart-2 = &uart2;
22 zephyr,bt-uart = &uart2;
24 zephyr,bt-mon-uart = &uart2;
38 &uart2 {
/Zephyr-Core-3.5.0/samples/drivers/uart/native_tty/src/
Dmain.c17 const struct device *uart2 = DEVICE_DT_GET(DT_NODELABEL(uart2)); variable
63 recv_str(uart2, recv_buf); in main()
75 rc = uart_configure(uart2, &uart_cfg); in main()
77 printk("Could not configure device %s", uart2->name); in main()
86 recv_str(uart2, recv_buf); in main()
/Zephyr-Core-3.5.0/boards/arm64/khadas_edgev/
Dkhadas_edgev.dts17 zephyr,console = &uart2;
18 zephyr,shell-uart = &uart2;
30 &uart2 {
/Zephyr-Core-3.5.0/boards/arm/cy8ckit_062s4/
Dcy8ckit_062s4_m4.dts15 zephyr,console = &uart2;
16 zephyr,shell-uart = &uart2;
43 uart2: &scb2 { label
/Zephyr-Core-3.5.0/boards/mips/qemu_malta/
Dqemu_malta.dts17 zephyr,console = &uart2;
18 zephyr,shell-uart = &uart2;
44 uart2: serial@bf000900 { label
/Zephyr-Core-3.5.0/samples/drivers/uart/native_tty/boards/
Dnative_posix.overlay9 uart2: uart2 {
/Zephyr-Core-3.5.0/tests/subsys/modbus/
Dtestcase.yaml7 # UART3(PTC16)-RX <-> UART2(PTD3)-TX
8 # UART3(PTC17)-TX <-> UART2(PTD2)-RX
/Zephyr-Core-3.5.0/soc/arm64/nxp_imx/mimx8m/
Dmmu_regions.c28 MMU_REGION_FLAT_ENTRY("UART2",
29 DT_REG_ADDR(DT_NODELABEL(uart2)),
30 DT_REG_SIZE(DT_NODELABEL(uart2)),
/Zephyr-Core-3.5.0/boards/x86/intel_ehl/
Dintel_ehl_crb.dts21 zephyr,console = &uart2;
22 zephyr,shell-uart = &uart2;
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/mec1501/
DKconfig.soc59 JTAG port in SWD mode. UART2 and ADC00-03 can be used.
80 UART2 can be used, but ADC00-03 cannot.
86 UART2 cannot be used. ADC00-03 can be used.
/Zephyr-Core-3.5.0/boards/arm/warp7_m4/
Dwarp7_m4.dts26 zephyr,console = &uart2;
27 zephyr,shell-uart = &uart2;
40 &uart2 {
/Zephyr-Core-3.5.0/boards/arm/colibri_imx7d_m4/
Dcolibri_imx7d_m4.dts25 zephyr,console = &uart2;
26 zephyr,shell-uart = &uart2;
47 &uart2 {
/Zephyr-Core-3.5.0/tests/boards/mec15xxevb_assy6853/i2c_api/
DREADME.txt12 to I2C00 port, however, I2C00 port is shared with UART2 RS232 to TTL
13 converter used to catch serial log, so it's not possible to use UART2
/Zephyr-Core-3.5.0/tests/boards/mec172xevb_assy6906/i2c_api/
DREADME.txt12 to I2C00 port, however, I2C00 port is shared with UART2 RS232 to TTL
13 converter used to catch serial log, so it's not possible to use UART2
/Zephyr-Core-3.5.0/tests/subsys/modbus/src/
Dtest_modbus.h24 * UART3(PTC16)-RX <-> UART2(PTD3)-TX pins and
25 * UART3(PTC17)-TX <-> UART2(PTD2)-RX pins have to be connected.
/Zephyr-Core-3.5.0/dts/arm64/nxp/
Dnxp_mimx8mm_a53.dtsi18 zephyr,console = &uart2;
19 zephyr,shell-uart = &uart2;
96 uart2: serial@30890000 { label
Dnxp_mimx8mn_a53.dtsi18 zephyr,console = &uart2;
19 zephyr,shell-uart = &uart2;
96 uart2: serial@30890000 { label
/Zephyr-Core-3.5.0/boards/arm/mps3_an547/
Dboard.cmake43 -C mps3_board.uart2.out_file=-
44 -C mps3_board.uart2.unbuffered_output=1
/Zephyr-Core-3.5.0/drivers/serial/
Duart_lpc11u6x.c444 DT_NODE_HAS_STATUS(DT_NODELABEL(uart2), okay) || \
801 #if DT_NODE_HAS_STATUS(DT_NODELABEL(uart2), okay) || \ in lpc11u6x_uartx_init()
804 #endif /* DT_NODE_HAS_STATUS(DT_NODELABEL(uart2), okay) || in lpc11u6x_uartx_init()
862 #if DT_NODE_HAS_STATUS(DT_NODELABEL(uart2), okay)
864 #endif /* DT_NODE_HAS_STATUS(DT_NODELABEL(uart2), okay) */
917 (DT_NODE_HAS_STATUS(DT_NODELABEL(uart2), okay) || \
921 #if DT_NODE_HAS_STATUS(DT_NODELABEL(uart2), okay)
922 DEVICE_DT_GET(DT_NODELABEL(uart2)),
925 #endif /* DT_NODE_HAS_STATUS(DT_NODELABEL(uart2), okay) */
936 #if DT_NODE_HAS_STATUS(DT_NODELABEL(uart2), okay) in lpc11u6x_uartx_isr_config_2()
[all …]
/Zephyr-Core-3.5.0/boards/arm/mimx8mm_phyboard_polis/
Dmimx8mm_phyboard_polis.dts19 uart-2 = &uart2;
61 &uart2 {
/Zephyr-Core-3.5.0/dts/bindings/pinctrl/
Dnxp,imx8m-pinctrl.yaml10 for example, here is an group configuring UART2 pins:
19 This will select UART2_RXD as UART2 rx, and UART2_TXD as UART2 tx.
/Zephyr-Core-3.5.0/samples/boards/stm32/uart/single_wire/boards/
Dstm32f3_disco.overlay10 single-line-uart2 = &uart4;

12345678