OpenWrt – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "RT5350F-OLINUXINO.dtsi"
4  
5 #include <dt-bindings/gpio/gpio.h>
6  
7 / {
8 compatible = "olimex,rt5350f-olinuxino-evb", "ralink,rt5350-soc";
9 model = "Olimex RT5350F-OLinuXino-EVB";
10  
11 gpio_export {
12 compatible = "gpio-export";
13 #size-cells = <0>;
14  
15 relay1 {
16 gpio-export,name = "relay1";
17 gpio-export,output = <0>;
18 gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
19 };
20  
21 relay2 {
22 gpio-export,name = "relay2";
23 gpio-export,output = <0>;
24 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
25 };
26  
27 button {
28 gpio-export,name = "button";
29 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
30 };
31 };
32 };