drm: enable q200 drm dts

PD#158474: enable q200 drm dts

Change-Id: If9f08e4b78c9cd0ba4c3307740ad9b53dc73937a
Signed-off-by: Yalong Liu <yalong.liu@amlogic.com>
This commit is contained in:
Yalong Liu
2018-01-23 13:57:35 +08:00
parent e4341e80c1
commit 5d07664407
2 changed files with 1338 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,66 @@
/*
* arch/arm64/boot/dts/amlogic/meson_drm.dtsi
*
* Copyright (C) 2015 Amlogic, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*/
/ {
venc-cvbs {
status = "okay";
compatible = "amlogic,meson-gxbb-cvbs";
ports {
#address-cells = <1>;
#size-cells = <0>;
enc_cvbs_in: port@0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
venc_cvbs_in_vpu: endpoint@0 {
reg = <0>;
remote-endpoint = <&vpu_out_venc_cvbs>;
};
};
};
};
drm_vpu@d0100000 {
status = "okay";
compatible = "amlogic,meson-gxbb-vpu";
reg = <0x0 0xd0100000 0x0 0x100000>,
<0x0 0xc883c000 0x0 0x1000>,
<0x0 0xc8838000 0x0 0x1000>;
reg-names = "base", "hhi", "dmc";
interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>;
dma-coherent;
ports {
#address-cells = <1>;
#size-cells = <0>;
vpu_out: port@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
vpu_out_venc_cvbs: endpoint@0 {
reg = <0>;
remote-endpoint = <&venc_cvbs_in_vpu>;
};
};
};
};
};