DSI外设配置
DSI外设实现了MIPI®Display Serial Interface(MIPI®DSI)规范中定义的所有协议功能。它提供了与符合DSI的显示器进行通信的界面。 MIPI®DSI是MIPI®Alliance [1]定义的一组通信协议的一部分。
特性:
符合MIPI®Alliance标准
控制器包含MIPI®D-PHY的接口
在1 Gbps时最多支持两个D-PHY数据通道
Domain | Peripheral | Runtime allocation | Comment | |||
Instance | Cortex-A7 secure (OP-TEE) | Cortex-A7 non-secure (Linux) | Cortex-M4 (STM32Cube) | |||
Visual | DSI | DSI | ☐ |
&dsi {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
dsi_in: endpoint {
remote-endpoint = <ltdc_ep1_out>;
};
};
port@1 {
reg = <1>;
dsi_out: endpoint {
remote-endpoint = <&panel_in>;
};
};
};
panel@0 {
compatible = "orisetech,otm8009a";
reg = <0>;
reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
status = "okay";
port {
panel_in: endpoint {
remote-endpoint = <&dsi_out>;
};
};
};
};
<dc {
status = "okay";
port {
#address-cells = <1>;
#size-cells = <0>;
ltdc_ep0_out: endpoint@0 {
reg = <0>;
remote-endpoint = <&dsi_in>;
};
};
};
作者:SteveChen 创建时间:2024-09-18 14:47
最后编辑:SteveChen 更新时间:2024-09-18 14:47
最后编辑:SteveChen 更新时间:2024-09-18 14:47