| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | allwinner,sun4i-a10-tcon.yaml | 4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-tcon.yaml# 7 title: Allwinner A10 Timings Controller (TCON) 14 The TCON acts as a timing controller for RGB, LVDS and TV 23 - const: allwinner,sun4i-a10-tcon 24 - const: allwinner,sun5i-a13-tcon 25 - const: allwinner,sun6i-a31-tcon 26 - const: allwinner,sun6i-a31s-tcon 27 - const: allwinner,sun7i-a20-tcon 28 - const: allwinner,sun8i-a23-tcon 29 - const: allwinner,sun8i-a33-tcon [all …]
|
| H A D | allwinner,sun8i-r40-tcon-top.yaml | 4 $id: http://devicetree.org/schemas/display/allwinner,sun8i-r40-tcon-top.yaml# 7 title: Allwinner R40 TCON TOP 14 TCON TOPs main purpose is to configure whole display pipeline. It 16 TCON for HDMI, muxes LCD and TV encoder GPIO output, selects TV 17 encoder clock source and contains additional TV TCON and DSI gates. 22 / [0] TCON-LCD0 25 \ / [1] TCON-LCD1 - LCD1/LVDS1 26 TCON-TOP 27 / \ [2] TCON-TV0 [0] - TVE0/RGB 29 | TCON-TOP - HDMI [all …]
|
| H A D | fsl,tcon.txt | 1 Device Tree bindings for Freescale TCON Driver 5 * "fsl,vf610-tcon". 7 - reg: Address and length of the register set for tcon. 8 - clocks: From common clock binding: handle to tcon ipg clock. 13 compatible = "fsl,vf610-tcon";
|
| H A D | fsl,vf610-tcon.yaml | 4 $id: http://devicetree.org/schemas/display/fsl,vf610-tcon.yaml# 7 title: Freescale TCON 14 const: fsl,vf610-tcon 39 compatible = "fsl,vf610-tcon";
|
| H A D | allwinner,sun4i-a10-display-engine.yaml | 27 Frontend 0 [0] ------- [0] Backend 0 [0] ------- [0] TCON 0 33 Frontend 1 [1] ------- [1] Backend 1 [1] ------- [1] TCON 1 39 The same rule also applies to DE 2.0 mixer-TCON connections: 41 Mixer 0 [0] ----------- [0] TCON 0 47 Mixer 1 [1] ----------- [1] TCON 1
|
| H A D | fsl,dcu.txt | 18 - fsl,tcon: The phandle to the timing controller node. 27 fsl,tcon = <&tcon>;
|
| H A D | fsl,ls1021a-dcu.yaml | 44 fsl,tcon: 64 fsl,tcon = <&tcon>;
|
| H A D | renesas,du.yaml | 152 # port@2 is TCON, not supported yet 207 # port@2 is TCON, not supported yet 317 # port@2 is TCON, not supported yet 436 # port@3 is TCON, not supported yet 772 # port@3 is TCON, not supported yet
|
| H A D | allwinner,sun4i-a10-tv-encoder.yaml | 30 associated TCON.
|
| H A D | allwinner,sun6i-a31-mipi-dsi.yaml | 57 associated TCON.
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | allwinner,sun4i-a10-tcon-ch0-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-tcon-ch0-clk.yaml# 7 title: Allwinner A10 TCON Channel 0 Clock 24 - allwinner,sun4i-a10-tcon-ch0-clk 25 - allwinner,sun4i-a10-tcon-ch1-clk 49 const: allwinner,sun4i-a10-tcon-ch0-clk 62 compatible = "allwinner,sun4i-a10-tcon-ch0-clk"; 65 clock-output-names = "tcon-ch0-sclk"; 71 compatible = "allwinner,sun4i-a10-tcon-ch1-clk"; 74 clock-output-names = "tcon-ch1-sclk";
|
| /freebsd/sys/contrib/device-tree/Bindings/display/imx/ |
| H A D | fsl,imx8qxp-dc-tcon.yaml | 4 $id: http://devicetree.org/schemas/display/imx/fsl,imx8qxp-dc-tcon.yaml# 10 The TCon can generate a wide range of customized synchronization signals and 18 const: fsl,imx8qxp-dc-tcon 36 tcon@5618c800 { 37 compatible = "fsl,imx8qxp-dc-tcon";
|
| H A D | fsl,imx8qxp-dc-display-engine.yaml | 93 "^tcon@[0-9a-f]+$": 99 const: fsl,imx8qxp-dc-tcon 142 tcon@5618c800 { 143 compatible = "fsl,imx8qxp-dc-tcon";
|
| /freebsd/sys/arm/freescale/vybrid/ |
| H A D | vf_tcon.c | 30 * Vybrid Family Timing Controller (TCON) 90 if (!ofw_bus_is_compatible(dev, "fsl,mvf600-tcon")) in tcon_probe() 93 device_set_desc(dev, "Vybrid Family Timing Controller (TCON)"); in tcon_probe() 125 "tcon", 130 DRIVER_MODULE(tcon, simplebus, tcon_driver, 0, 0);
|
| /freebsd/sys/contrib/device-tree/src/riscv/allwinner/ |
| H A D | sunxi-d1s-t113.dtsi | 6 #include <dt-bindings/clock/sun8i-tcon-top.h> 739 tcon_top: tcon-top@5460000 { 740 compatible = "allwinner,sun20i-d1-tcon-top"; 746 clock-names = "bus", "tcon-tv0", "tve0", "dsi"; 747 clock-output-names = "tcon-top-tv0", "tcon-top-dsi"; 821 compatible = "allwinner,sun20i-d1-tcon-lcd"; 826 clock-names = "ahb", "tcon-ch0"; 827 clock-output-names = "tcon-pixel-clock"; 867 compatible = "allwinner,sun20i-d1-tcon-tv"; 872 clock-names = "ahb", "tcon-ch1";
|
| /freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
| H A D | sun8i-r40.dtsi | 48 #include <dt-bindings/clock/sun8i-tcon-top.h> 1052 tcon_top: tcon-top@1c70000 { 1053 compatible = "allwinner,sun8i-r40-tcon-top"; 1062 "tcon-tv0", 1064 "tcon-tv1", 1067 clock-output-names = "tcon-top-tv0", 1068 "tcon-top-tv1", 1069 "tcon-top-dsi"; 1171 compatible = "allwinner,sun8i-r40-tcon-tv"; 1175 clock-names = "ahb", "tcon-ch1"; [all …]
|
| H A D | sun4i-a10.dtsi | 332 compatible = "allwinner,sun4i-a10-tcon"; 341 "tcon-ch0", 342 "tcon-ch1"; 375 allwinner,tcon-channel = <1>; 382 compatible = "allwinner,sun4i-a10-tcon"; 391 "tcon-ch0", 392 "tcon-ch1"; 425 allwinner,tcon-channel = <1>;
|
| H A D | sun5i.dtsi | 277 compatible = "allwinner,sun5i-a13-tcon"; 287 "tcon-ch0", 288 "tcon-ch1"; 289 clock-output-names = "tcon-data-clock"; 313 allwinner,tcon-channel = <1>;
|
| H A D | sun6i-a31.dtsi | 282 compatible = "allwinner,sun6i-a31-tcon"; 295 "tcon-ch0", 296 "tcon-ch1", 329 allwinner,tcon-channel = <1>; 336 compatible = "allwinner,sun6i-a31-tcon"; 348 "tcon-ch0", 349 "tcon-ch1", 382 allwinner,tcon-channel = <1>;
|
| H A D | sun7i-a20.dtsi | 407 "allwinner,sun7i-a20-tcon"; 416 "tcon-ch0", 417 "tcon-ch1"; 450 allwinner,tcon-channel = <1>; 458 "allwinner,sun7i-a20-tcon"; 467 "tcon-ch0", 468 "tcon-ch1"; 501 allwinner,tcon-channel = <1>;
|
| H A D | sun6i-a31s.dtsi | 60 compatible = "allwinner,sun6i-a31s-tcon";
|
| /freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h6.dtsi | 9 #include <dt-bindings/clock/sun8i-tcon-top.h> 861 tcon_top: tcon-top@6510000 { 862 compatible = "allwinner,sun50i-h6-tcon-top"; 867 "tcon-tv0"; 868 clock-output-names = "tcon-top-tv0"; 920 compatible = "allwinner,sun50i-h6-tcon-tv", 921 "allwinner,sun8i-r40-tcon-tv"; 927 "tcon-ch1";
|
| H A D | sun50i-a64.dtsi | 440 compatible = "allwinner,sun50i-a64-tcon-lcd", 441 "allwinner,sun8i-a83t-tcon-lcd"; 445 clock-names = "ahb", "tcon-ch0"; 446 clock-output-names = "tcon-data-clock"; 481 allwinner,tcon-channel = <1>; 488 compatible = "allwinner,sun50i-a64-tcon-tv", 489 "allwinner,sun8i-a83t-tcon-tv"; 493 clock-names = "ahb", "tcon-ch1";
|
| /freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | himax,hx8279.yaml | 14 TCON, which generates the horizontal and vertical control timing to
|
| /freebsd/sys/dts/arm/ |
| H A D | vybrid-cosmic.dts | 66 tcon0: tcon@4003D000 {
|