hechenwanglei 发表于 2023-6-8 16:43:59

RK3568 dts文件咨询

1.编译过程中,提示电源修改可以在文件OK3568-C-linux.dts里确认:
#include "OK3568-C-common.dtsi"

/ {
        chosen: chosen {
                bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rw rootwait";
        };
};

但是这个文件,只有这么一行,没有电压信息


huhj 发表于 2023-6-8 17:42:58

可以看到第一行有引用OK3568-C-linux.dtsi这个文件,可以在OK3568-C-linux.dtsi中再查看
页: [1]
查看完整版本: RK3568 dts文件咨询