| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/display/sprd/sprd,sharkl3-dsi-host.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Unisoc MIPI DSI Controller |
| - Kevin Tang <kevin.tang@unisoc.com> |
| const: sprd,sharkl3-dsi-host |
| A port node with endpoint definitions as defined in |
| Documentation/devicetree/bindings/media/video-interfaces.txt. |
| That port should be the input endpoint, usually coming from |
| additionalProperties: false |
| additionalProperties: false |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| #include <dt-bindings/clock/sprd,sc9860-clk.h> |
| compatible = "sprd,sharkl3-dsi-host"; |
| reg = <0x63100000 0x1000>; |
| interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>, |
| <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; |
| clock-names = "clk_src_96m"; |
| clocks = <&pll CLK_TWPLL_96M>; |
| remote-endpoint = <&dpu_out>; |