Commit 18f1a773 authored by Kieran Bingham's avatar Kieran Bingham Committed by Simon Horman

arm64: dts: renesas: r8a77995: add DU support

Define the generic r8a77995 part of the DU device node.
Signed-off-by: default avatarKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 9d9505a2
...@@ -748,6 +748,41 @@ fcpvd1: fcp@fea2f000 { ...@@ -748,6 +748,41 @@ fcpvd1: fcp@fea2f000 {
resets = <&cpg 602>; resets = <&cpg 602>;
iommus = <&ipmmu_vi0 9>; iommus = <&ipmmu_vi0 9>;
}; };
du: display@feb00000 {
compatible = "renesas,du-r8a77995";
reg = <0 0xfeb00000 0 0x80000>;
interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 724>,
<&cpg CPG_MOD 723>;
clock-names = "du.0", "du.1";
vsps = <&vspd0 0 &vspd1 0>;
status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
du_out_rgb: endpoint {
};
};
port@1 {
reg = <1>;
du_out_lvds0: endpoint {
};
};
port@2 {
reg = <2>;
du_out_lvds1: endpoint {
};
};
};
};
}; };
timer { timer {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment