Lines Matching +full:spi +full:- +full:tx +full:- +full:bus +full:- +full:width
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/rockchip-sfc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <heiko@sntech.de>
11 - Chris Morgan <macromorgan@hotmail.com>
14 - $ref: spi-controller.yaml#
32 - description: Bus Clock
33 - description: Module Clock
35 clock-names:
37 - const: clk_sfc
38 - const: hclk_sfc
40 power-domains:
43 rockchip,sfc-no-dma:
48 "^flash@[0-3]$":
56 - compatible
57 - reg
58 - interrupts
59 - clocks
60 - clock-names
65 - |
66 #include <dt-bindings/clock/px30-cru.h>
67 #include <dt-bindings/interrupt-controller/arm-gic.h>
68 #include <dt-bindings/power/px30-power.h>
70 sfc: spi@ff3a0000 {
75 clock-names = "clk_sfc", "hclk_sfc";
76 pinctrl-0 = <&sfc_clk &sfc_cs &sfc_bus2>;
77 pinctrl-names = "default";
78 power-domains = <&power PX30_PD_MMC_NAND>;
79 #address-cells = <1>;
80 #size-cells = <0>;
83 compatible = "jedec,spi-nor";
85 spi-max-frequency = <108000000>;
86 spi-rx-bus-width = <2>;
87 spi-tx-bus-width = <2>;