OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 12... Line 12...
12 spi0 = &ebu_cs0; 12 spi0 = &ebu_cs0;
13 }; 13 };
Line 14... Line 14...
14   14  
15 memory@0 { 15 memory@0 {
16 device_type = "memory"; 16 device_type = "memory";
17 reg = <0x0 0x4000000>; // 64M at 0x0 17 reg = <0x0 0x4000000>; // 64M at 0x0
Line 18... Line 18...
18 }; 18 };
19   19  
20 gpio-keys { 20 gpio-keys {
Line 39... Line 39...
39 pinctrl-0 = <&led_pins &bootled_pins>; 39 pinctrl-0 = <&led_pins &bootled_pins>;
Line 40... Line 40...
40   40  
41 GPON { 41 GPON {
42 label = "easy88444:green:gpon"; 42 label = "easy88444:green:gpon";
-   43 gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
43 gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>; 44 default-state = "off";
44 }; 45 };
45 TEST { 46 TEST {
46 label = "easy88444:green:test"; 47 label = "easy88444:green:test";
-   48 gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
47 gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; 49 default-state = "off";
48 }; 50 };
49 STATUS { 51 STATUS {
50 label = "easy88444:green:status"; 52 label = "easy88444:green:status";
-   53 gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
51 gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>; 54 default-state = "off";
Line 52... Line 55...
52 }; 55 };
53   56  
54 GFAST1 { 57 GFAST1 {
-   58 label = "easy88444:gfast:1";
55 label = "easy88444:gfast:1"; 59 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
56 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; 60 default-state = "off";
57 }; 61 };
58 GFAST2 { 62 GFAST2 {
-   63 label = "easy88444:gfast:2";
59 label = "easy88444:gfast:2"; 64 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
60 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>; 65 default-state = "off";
61 }; 66 };
62 GFAST3 { 67 GFAST3 {
-   68 label = "easy88444:gfast:3";
63 label = "easy88444:gfast:3"; 69 gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
64 gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; 70 default-state = "off";
65 }; 71 };
66 GFAST4 { 72 GFAST4 {
-   73 label = "easy88444:gfast:4";
67 label = "easy88444:gfast:4"; 74 gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
-   75 default-state = "off";
68 gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>; 76 };
69 }; 77