Searched +full:vf610 +full:- +full:tcon (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | fsl,vf610-tcon.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/fsl,vf610-tcon.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Freescale TCON 10 - Frank Li <Frank.Li@nxp.com> 14 const: fsl,vf610-tcon 22 clock-names: 24 - const: ipg 27 - compatible [all …]
|
| H A D | fsl,tcon.txt | 1 Device Tree bindings for Freescale TCON Driver 4 - compatible: Should be one of 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. 9 - clock-names: From common clock binding: Shall be "ipg". 12 timing-controller@4003d000 { 13 compatible = "fsl,vf610-tcon"; 16 clock-names = "ipg";
|
| H A D | fsl,dcu.txt | 4 - compatible: Should be one of 5 * "fsl,ls1021a-dcu". 6 * "fsl,vf610-dcu". 8 - reg: Address and length of the register set for dcu. 9 - clocks: Handle to "dcu" and "pix" clock (in the order below) 11 See ../clocks/clock-bindings.txt for details. 12 - clock-names: Should be "dcu" and "pix" 13 See ../clocks/clock-bindings.txt for details. 14 - big-endian Boolean property, LS1021A DCU registers are big-endian. 15 - port Video port for the panel output [all …]
|
| H A D | fsl,ls1021a-dcu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/fsl,ls1021a-dcu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 15 - fsl,ls1021a-dcu 16 - fsl,vf610-dcu 27 clock-names: 29 - const: dcu 30 - const: pix [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/vf/ |
| H A D | vfxxx.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 #include "vf610-pinfunc.h" 6 #include <dt-bindings/clock/vf610-clock.h> 7 #include <dt-bindings/interrupt-controller/irq.h> 8 #include <dt-bindings/gpio/gpio.h> 32 compatible = "fixed-clock"; 33 #clock-cells = <0>; 34 clock-frequency = <24000000>; 38 compatible = "fixed-clock"; 39 #clock-cells = <0>; [all …]
|