5.1 Also use dct tools for customized and located at cust.dtsi
5.2 &i2cX
– &i2c1 for bus1, &i2c2 for bus and so on…
Path:out/target/product/amt6797_64_open/obj/KERNEL_OBJ/arch/arm64/boot/dts/cust.dtsi
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | &i2c2 { #address-cells = <1>; #size-cells = <0>; clock-frequency = <400000>; mediatek,use-open-drain; camera_main@36 { compatible = "mediatek,camera_main"; reg = <0x36>; status = "okay"; }; camera_main_af@72 { compatible = "mediatek,camera_main_af"; reg = <0x72>; status = "okay"; }; }; |