Edit online

WRI 配置

5 Dec 2024
Read time: 1 minute(s)

内核配置

在 Luban 根目录下执行 make kernel-menuconfig,进入 kernel 的功能配置,按如下选择:

Linux
    Device Drivers
        Misc devices
            [*] WRI driver for ArtInChip Soc

DTS 参数配置

common/d211.dtsi 中的参数配置:
wri: wri@1900f000 {
            compatible = "artinchip,aic-wri-v1.0";
            reg = <0x0 0x1900f000 0x0 0x1000>;
            status = "okay";
    };