mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-08-28 04:59:54 -04:00
25d9297aaf
Signed-off-by: YOUR_NAME <guodongqi2@huawei.com>
16 lines
379 B
Plaintext
Executable File
16 lines
379 B
Plaintext
Executable File
root {
|
|
platform {
|
|
uart_sample {
|
|
num = 5;
|
|
base = 0x120a0000; // UART base register address
|
|
irqNum = 38;
|
|
baudrate = 115200;
|
|
uartClk = 24000000; // 24 M
|
|
wlen = 0x60; // 8 bit width
|
|
parity = 0;
|
|
stopBit = 0;
|
|
match_attr = "sample_uart_5";
|
|
}
|
|
}
|
|
}
|