Commit 204d156a authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx53-qsb-common: Add TVE support

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 9af11873
...@@ -272,6 +272,14 @@ MX53_PAD_DISP0_DAT23__IPU_DISP0_DAT_23 0x5 ...@@ -272,6 +272,14 @@ MX53_PAD_DISP0_DAT23__IPU_DISP0_DAT_23 0x5
>; >;
}; };
pinctrl_vga_sync: vgasync-grp {
fsl,pins = <
/* VGA_HSYNC, VSYNC with max drive strength */
MX53_PAD_EIM_OE__IPU_DI1_PIN7 0xe6
MX53_PAD_EIM_RW__IPU_DI1_PIN8 0xe6
>;
};
pinctrl_uart1: uart1grp { pinctrl_uart1: uart1grp {
fsl,pins = < fsl,pins = <
MX53_PAD_CSI0_DAT10__UART1_TXD_MUX 0x1e4 MX53_PAD_CSI0_DAT10__UART1_TXD_MUX 0x1e4
...@@ -281,6 +289,15 @@ MX53_PAD_CSI0_DAT11__UART1_RXD_MUX 0x1e4 ...@@ -281,6 +289,15 @@ MX53_PAD_CSI0_DAT11__UART1_RXD_MUX 0x1e4
}; };
}; };
&tve {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_vga_sync>;
fsl,tve-mode = "vga";
fsl,hsync-pin = <4>;
fsl,vsync-pin = <6>;
status = "okay";
};
&uart1 { &uart1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>; pinctrl-0 = <&pinctrl_uart1>;
......
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