UART interface components
The devicetree source is atsail_proc/BSP/scripts/lemansau-sailhyp.dts.
UART APIs
The UART APIs for the RTSS are listed atsail_proc/BSP/uart/public/uart.h.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 QLI Version 2.1 is now live ! Switch to new version to check out the latest content
| Subsystem | Transfer mode | Description |
|---|---|---|
| RTSS |
|
|
sail_proc/BSP/scripts/lemansau-sailhyp.dts.
sail_proc/BSP/uart/public/uart.h.
se2_uart: qupv3_se2_uart {
reg-base = <0xF1908000>;
clock-name = <clock_name>;
clock-frequency = <7372800>;
baudrate = <115200>;
interrupt = <404>;
pinctrl = <address node of pinctrl>;
pinctrl-monaco = <address node of pinctrl>;
parity = <4>;
stop-bit = <0>;
access-mode= <2>;
loopback = <0>;
status = <1>;
};
Was this page helpful?
