Lines Matching +full:spi +full:- +full:tx +full:- +full:bus +full:- +full:width
1 Macronix SPI controller Device Tree Bindings
2 --------------------------------------------
5 - compatible: should be "mxicy,mx25f0a-spi"
6 - #address-cells: should be 1
7 - #size-cells: should be 0
8 - reg: should contain 2 entries, one for the registers and one for the direct
10 - reg-names: should contain "regs" and "dirmap"
11 - interrupts: interrupt line connected to the SPI controller
12 - clock-names: should contain "ps_clk", "send_clk" and "send_dly_clk"
13 - clocks: should contain 3 entries for the "ps_clk", "send_clk" and
18 spi@43c30000 {
19 compatible = "mxicy,mx25f0a-spi";
21 reg-names = "regs", "dirmap";
23 clock-names = "send_clk", "send_dly_clk", "ps_clk";
24 #address-cells = <1>;
25 #size-cells = <0>;
28 compatible = "jedec,spi-nor";
30 spi-max-frequency = <25000000>;
31 spi-tx-bus-width = <4>;
32 spi-rx-bus-width = <4>;