@@ -762,5 +762,31 @@
reg = <0 0x1a000000 0 0x1000>;
#clock-cells = <1>;
};
+
+ seninf: seninf@1a040000 {
+ compatible = "mediatek,mt8183-seninf";
+ reg = <0 0x1a040000 0 0x8000>;
+ interrupts = <GIC_SPI 251 IRQ_TYPE_LEVEL_LOW>;
+ power-domains = <&scpsys MT8183_POWER_DOMAIN_CAM>;
+ clocks = <&camsys CLK_CAM_SENINF>,
+ <&topckgen CLK_TOP_MUX_SENINF>;
+ clock-names = "cam_seninf", "top_mux_seninf";
+ phys = <&mipi_dphy 0>;
+ phy-names = "seninf";
+ status = "disabled";
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@4 {
+ reg = <4>;
+
+ seninf_camisp_endpoint: endpoint {
+ remote-endpoint = <&camisp_endpoint>;
+ };
+ };
+ };
+ };
};
};
Add nodes for Mediatek's sensor interface device. Sensor interface module embedded in Mediatek SOCs, works as a HW camera interface controller intended for image and data transmission between cameras and host devices. Signed-off-by: Louis Kuo <louis.kuo@mediatek.com> --- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) -- 2.18.0