How about modify CAM2_MCLK pin for K230 SOC?

Viewed 17

重现步骤

I design a board (ref as K230 Dongshanpi ), with IO13 to CAM2_MCLK (in k230_canmv_dongshanpi.dts)

期待结果和实际结果

I want add IO63 -> CAM2_MCLK.But, i don't see node IO for CSI describe.

软硬件版本信息

HW: K230 SOC
FW: K230 SDK Linux

错误日志

How about edit IO63 ->CAM2_MCLK

尝试解决过程

补充材料

1 Answers
#buildroot-overlay/boot/uboot/u-boot-2022.10-overlay/arch/riscv/dts/k230_canmv_dongshanpi.dts
# modify (IO63) ( 0<<SEL | 0<<SL | BANK_VOLTAGE_IO62_IO63<<MSC | 1<<IE | 1<<OE | 0<<PU | 0<<PD | 7<<DS | 1<<ST ) to
(IO63) ( 1<<SEL | 0<<SL | BANK_VOLTAGE_IO62_IO63<<MSC | 0<<IE | 1<<OE | 0<<PU | 1<<PD | 4<<DS | 1<<ST )
#  refer  buildroot-overlay/boot/uboot/u-boot-2022.10-overlay/arch/riscv/dts/k230_canmv_01studio.dts

image.png