Advertisement
Guest User

Untitled

a guest
Jun 5th, 2014
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.70 KB | None | 0 0
  1.     gpio-export {
  2.         compatible = "gpio-export";
  3.         #size-cells = <0>;
  4.  
  5.         gpio0 {
  6.             gpio-export,name = "gpio0";
  7.             gpio-export,output = <1>;
  8.             gpios = <&gpio 0 0>;
  9.         };
  10.         gpio22 {
  11.             gpio-export,name = "gpio22";
  12.             gpio-export,output = <1>;
  13.             gpios = <&gpio 22 0>;
  14.         };
  15.         gpio23 {
  16.             gpio-export,name = "gpio23";
  17.             gpio-export,output = <1>;
  18.             gpios = <&gpio 23 0>;
  19.         };
  20.         gpio24 {
  21.             gpio-export,name = "gpio24";
  22.             gpio-export,output = <1>;
  23.             gpios = <&gpio 24 0>;
  24.         };
  25.         gpio25 {
  26.             gpio-export,name = "gpio25";
  27.             gpio-export,output = <1>;
  28.             gpios = <&gpio 25 0>;
  29.         };
  30.         gpio26 {
  31.             gpio-export,name = "gpio26";
  32.             gpio-export,output = <1>;
  33.             gpios = <&gpio 26 0>;
  34.         };
  35.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement