1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/spi/nvidia,tegra114-spi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NVIDIA Tegra114 SPI controller
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jon Hunter <jonathanh@nvidia.com>
16 - const: nvidia,tegra114-spi
21 - const: nvidia,tegra114-spi
31 - description: SPI module clock
39 - description: SPI module reset
47 - description: DMA channel for the reception FIFO
48 - description: DMA channel for the transmission FIFO
56 description: Maximum SPI clocking speed of the controller in Hz.
57 $ref: /schemas/types.yaml#/definitions/uint32
60 - $ref: spi-controller.yaml
62 unevaluatedProperties: false
78 compatible = "nvidia,tegra114-spi";
79 reg = <0x7000d600 0x200>;
80 interrupts = <0 82 0x04>;
81 clocks = <&tegra_car 44>;
83 resets = <&tegra_car 44>;
85 dmas = <&apbdma 16>, <&apbdma 16>;
86 dma-names = "rx", "tx";
88 spi-max-frequency = <25000000>;
94 compatible = "jedec,spi-nor";
96 spi-max-frequency = <20000000>;
97 nvidia,rx-clk-tap-delay = <0>;
98 nvidia,tx-clk-tap-delay = <16>;