rk312x dts: add hdmi in dts.

This commit is contained in:
Zheng Yang
2014-07-30 13:52:29 +08:00
parent 7fc89efff7
commit 15efdc6a78

View File

@@ -571,6 +571,19 @@
status = "disabled";
};
hdmi: hdmi@20034000 {
compatible = "rockchip,rk3036-hdmi";
reg = <0x20034000 0x4000>;
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
rockchip,hdmi_lcdc_source = <0>;
pinctrl-names = "default", "gpio";
pinctrl-0 = <&hdmi_cec &hdmi_sda &hdmi_scl &hdmi_hpd>;
pinctrl-1 = <&hdmi_gpio>;
clocks = <&clk_gates3 8>;
clock-names = "pclk_hdmi";
status = "disabled";
};
vpu: vpu_service@10104000 {
compatible = "vpu_service";
reg = <0x10104000 0x800>;