Searched +full:dra7xxx +full:- +full:qspi (Results 1 – 3 of 3) sorted by relevance
1 TI QSPI controller.4 - compatible : should be "ti,dra7xxx-qspi" or "ti,am4372-qspi".5 - reg: Should contain QSPI registers location and length.6 - reg-names: Should contain the resource reg names.7 - qspi_base: Qspi configuration register Address space8 - qspi_mmap: Memory mapped Address space9 - (optional) qspi_ctrlmod: Control module Address space10 - interrupts: should contain the qspi interrupt number.11 - #address-cells, #size-cells : Must be present if the device has sub-nodes12 - ti,hwmods: Name of the hwmod associated to the QSPI[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/spi/ti,qspi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: TI QSPI controller10 - Kousik Sanagavarapu <five231003@gmail.com>13 - $ref: spi-controller.yaml#18 - ti,am4372-qspi19 - ti,dra7xxx-qspi23 - description: base registers[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/8 #include <dt-bindings/bus/ti-sysc.h>9 #include <dt-bindings/clock/dra7.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/pinctrl/dra.h>12 #include <dt-bindings/clock/dra7.h>17 #address-cells = <2>;18 #size-cells = <2>;21 interrupt-parent = <&crossbar_mpu>;[all …]