Searched +full:am65x +full:- +full:oldi +full:- +full:io +full:- +full:ctrl (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/display/ti/ti,am65x-dss.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Texas Instruments AM65x Display Subsystem11 - Jyri Sarha <jsarha@ti.com>12 - Tomi Valkeinen <tomi.valkeinen@ti.com>15 The AM625 and AM65x TI Keystone Display SubSystem with two output16 ports and two video planes. In AM65x DSS, the first video port17 supports 1 OLDI TX and in AM625 DSS, the first video port output is[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy-am654-serdes.h>11 compatible = "mmio-sram";13 #address-cells = <1>;14 #size-cells = <1>;17 atf-sram@0 {21 sysfw-sram@f0000 {25 l3cache-sram@100000 {30 gic500: interrupt-controller@1800000 {[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/9 #include <linux/dma-mapping.h>12 #include <linux/io.h>14 #include <linux/media-bus-format.h>79 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.82 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.155 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.158 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.244 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.[all …]