1 * ARM Cirrus Logic CLPS711X SYSFLG1 MCTRL GPIO 2 3 Required properties: 4 - compatible: Should contain "cirrus,ep7209-mc 5 - gpio-controller: Marks the device node as a 6 - #gpio-cells: Should be two. The first cell i 7 the second cell is used to specify the gpio 8 0 = Active high, 9 1 = Active low. 10 11 Example: 12 sysgpio: sysgpio { 13 compatible = "cirrus,ep7312-mc 14 "cirrus,ep7209-mc 15 gpio-controller; 16 #gpio-cells = <2>; 17 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.