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 AM65x TI Keystone Display SubSystem with two output ports and16 two video planes. The first video port supports OLDI and the second22 const: ti,am65x-dss[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>78 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.81 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.154 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.157 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.243 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.246 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.[all …]