提交 6afa43a4 编写于 作者: K Kevin Hilman 提交者: Sekhar Nori

ARM: dts: davinci: da850: VPIF: add node and muxing

Add VPIF node and pins to da850 SoC.  VPIF has two input channels which
can be described using the standard DT ports and endpoints.
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
[nsekhar@ti.com: drop stray newline, typo fixes in commit message]
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 9e6612eb
......@@ -208,7 +208,18 @@ lcd_pins: pinmux_lcd_pins {
0x4c 0x02000022 0x0f0000ff
>;
};
vpif_capture_pins: vpif_capture_pins {
pinctrl-single,bits = <
/* VP_DIN[2..7], VP_CLKIN1, VP_CLKIN0 */
0x38 0x11111111 0xffffffff
/* VP_DIN[10..15,0..1] */
0x3c 0x11111111 0xffffffff
/* VP_DIN[8..9] */
0x40 0x00000011 0x000000ff
/* VP_CLKIN3, VP_CLKIN2 */
0x4c 0x00010100 0x000f0f00
>;
};
};
prictrl: priority-controller@14110 {
compatible = "ti,da850-mstpri";
......@@ -324,6 +335,18 @@ mmc0: mmc@40000 {
dma-names = "rx", "tx";
status = "disabled";
};
vpif: video@217000 {
compatible = "ti,da850-vpif";
reg = <0x217000 0x1000>;
interrupts = <92>;
status = "disabled";
/* VPIF capture port */
port {
#address-cells = <1>;
#size-cells = <0>;
};
};
mmc1: mmc@21b000 {
compatible = "ti,da830-mmc";
reg = <0x21b000 0x1000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册