mirror of
https://github.com/openharmony/device_board_lango.git
synced 2026-07-01 21:14:02 -04:00
f9a1643859
Signed-off-by: ROC <shaopeng.yao@lango-tech.cn>
44 lines
1.3 KiB
Plaintext
Executable File
44 lines
1.3 KiB
Plaintext
Executable File
root {
|
|
module = "asrmicro,asr582x";
|
|
device_info {
|
|
match_attr = "hdf_manager";
|
|
template host {
|
|
hostName = "";
|
|
priority = 100;
|
|
template device {
|
|
template deviceNode {
|
|
policy = 0;
|
|
priority = 100;
|
|
preload = 0;
|
|
permission = 0664;
|
|
moduleName = "";
|
|
serviceName = "";
|
|
deviceMatchAttr = "";
|
|
}
|
|
}
|
|
}
|
|
platform :: host {
|
|
hostName = "platform_host";
|
|
priority = 50;
|
|
device_gpio :: device {
|
|
gpio0 :: deviceNode {
|
|
policy = 0;
|
|
priority = 100;
|
|
moduleName = "ASR_GPIO_MODULE_HDF";
|
|
serviceName = "HDF_PLATFORM_GPIO";
|
|
deviceMatchAttr = "gpio_config";
|
|
}
|
|
}
|
|
device_uart :: device {
|
|
device0 :: deviceNode {
|
|
policy = 1;
|
|
priority = 40;
|
|
permission = 0644;
|
|
moduleName = "HDF_PLATFORM_UART";
|
|
serviceName = "HDF_PLATFORM_UART_0";
|
|
deviceMatchAttr = "asr582x_uart_0";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |