Edit online

VE 配置

2 Dec 2024
Read time: 1 minute(s)

VE 包括以下配置内容:

内核配置

在 Luban 根目录下执行 make linux-menuconfig,进入 kernel 的功能配置,按如下选择:
Linux
    Device Drivers  --->
        Graphics support    --->
            ArtInChip Graphics  --->
                <*> ArtInChip Video Engine Driver

DTS 参数配置

VE 模块 DTS 参数已验证,一般情况下不需要进行更改,如有必要修改,请先咨询原厂技术支持。

D211 的配置
ve: ve@0x18c00000 {
        #address-cells = <1>;
        #size-cells = <0>;
        compatible = "artinchip,aic-ve-v1.0";
        reg = <0x0 0x18c00000 0x0 0x4000>;
        interrupts-extended = <&plic0 61 IRQ_TYPE_LEVEL_HIGH>;
        clocks = <&cmu CLK_VE>;
        clock-names = "ve_clk";
        resets = <&rst RESET_VE>;
        reset-names = "ve_rst";
        status = "okay";
};