Lines Matching +full:wp +full:- +full:inverted
7 by mmc.txt and the properties used by the atmel-mci driver.
12 - compatible: should be "atmel,hsmci"
13 - #address-cells: should be one. The cell is the slot id.
14 - #size-cells: should be zero.
15 - at least one slot node
16 - clock-names: tuple listing input clock names.
18 - clocks: phandles to input clocks.
28 #address-cells = <1>;
29 #size-cells = <0>;
30 clock-names = "mci_clk";
39 - reg: should contain the slot id.
40 - bus-width: number of data lines connected to the controller
43 - cd-gpios: specify GPIOs for card detection
44 - cd-inverted: invert the value of external card detect gpio line
45 - wp-gpios: specify GPIOs for write protection
51 bus-width = <4>;
52 cd-gpios = <&pioD 15 0>
53 cd-inverted;
61 #address-cells = <1>;
62 #size-cells = <0>;
65 bus-width = <4>;
66 cd-gpios = <&pioD 15 0>
67 cd-inverted;
71 bus-width = <4>;