Searched +full:data +full:- +full:crci (Results  1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/mtd/ | 
| H A D | qcom,nandc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
 15       - qcom,ipq806x-nand
 16       - qcom,ipq4019-nand
 17       - qcom,ipq6018-nand
 18       - qcom,ipq8074-nand
 19       - qcom,sdx55-nand
 26       - description: Core Clock
 [all …]
 
 | 
| H A D | qcom_nandc.txt | 4 - compatible:		must be one of the following:5     * "qcom,ipq806x-nand" - for EBI2 NAND controller being used in IPQ806x
 7     * "qcom,ipq4019-nand" - for QPIC NAND controller v1.4.0 being used in
 9     * "qcom,ipq6018-nand" - for QPIC NAND controller v1.5.0 being used in
 11     * "qcom,ipq8074-nand" - for QPIC NAND controller v1.5.0 being used in
 13     * "qcom,sdx55-nand"   - for QPIC NAND controller v2.0.0 being used in
 16 - reg:			MMIO address range
 17 - clocks:		must contain core clock and always on clock
 18 - clock-names:		must contain "core" for the core clock and "aon" for the
 22 - dmas:			DMA specifier, consisting of a phandle to the ADM DMA
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/dma/ | 
| H A D | qcom_adm.txt | 4 - compatible: must contain "qcom,adm" for IPQ/APQ8064 and MSM89605 - reg: Address range for DMA registers
 6 - interrupts: Should contain one interrupt shared by all channels
 7 - #dma-cells: must be <2>.  First cell denotes the channel number.  Second cell
 8   denotes CRCI (client rate control interface) flow control assignment.
 9 - clocks: Should contain the core clock and interface clock.
 10 - clock-names: Must contain "core" for the core clock and "iface" for the
 12 - resets: Must contain an entry for each entry in reset names.
 13 - reset-names: Must include the following entries:
 14   - clk
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/qcom/ | 
| H A D | qcom-ipq8064.dtsi | 1 // SPDX-License-Identifier: GPL-2.02 /dts-v1/;
 4 #include <dt-bindings/interrupt-controller/arm-gic.h>
 5 #include <dt-bindings/mfd/qcom-rpm.h>
 6 #include <dt-bindings/clock/qcom,rpmcc.h>
 7 #include <dt-bindings/clock/qcom,gcc-ipq806x.h>
 8 #include <dt-bindings/clock/qcom,lcc-ipq806x.h>
 9 #include <dt-bindings/gpio/gpio.h>
 10 #include <dt-bindings/reset/qcom,gcc-ipq806x.h>
 11 #include <dt-bindings/soc/qcom,gsbi.h>
 [all …]
 
 |