Lines Matching +full:bus +full:- +full:frequency
10 - compatible : should be one of:
11 cavium,octeon-6130-mmc
12 cavium,octeon-7890-mmc
13 cavium,thunder-8190-mmc
14 cavium,thunder-8390-mmc
15 mmc-slot
16 - reg : mmc controller base registers
17 - clocks : phandle
20 - for cd, bus-width and additional generic mmc parameters
22 - cavium,cmd-clk-skew : number of coprocessor clocks before sampling command
23 - cavium,dat-clk-skew : number of coprocessor clocks before sampling data
26 - spi-max-frequency : use max-frequency instead
27 - cavium,bus-max-width : use bus-width instead
28 - power-gpios : use vmmc-supply instead
29 - cavium,octeon-6130-mmc-slot : use mmc-slot instead
33 compatible = "cavium,thunder-8390-mmc";
35 #address-cells = <1>;
36 #size-cells = <0>;
39 mmc-slot@0 {
40 compatible = "mmc-slot";
42 vmmc-supply = <&mmc_supply_3v3>;
43 max-frequency = <42000000>;
44 bus-width = <4>;
45 cap-sd-highspeed;
48 mmc-slot@1 {
49 compatible = "mmc-slot";
51 vmmc-supply = <&mmc_supply_3v3>;
52 max-frequency = <42000000>;
53 bus-width = <8>;
54 cap-mmc-highspeed;
55 non-removable;