OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 8... Line 8...
8 model = "Akitio MyCloud"; 8 model = "Akitio MyCloud";
Line 9... Line 9...
9   9  
Line 10... Line 10...
10 compatible = "akitio,mycloud", "oxsemi,ox820"; 10 compatible = "akitio,mycloud", "oxsemi,ox820";
11   11  
12 chosen { 12 chosen {
13 bootargs = "earlyprintk console=ttyS0,115200"; 13 bootargs = "earlyprintk";
Line 14... Line 14...
14 stdout-path = "serial0:115200n8"; 14 stdout-path = "serial0:115200n8";
15 }; 15 };
Line 37... Line 37...
37 compatible = "dallas,ds1307"; 37 compatible = "dallas,ds1307";
38 reg = <0x68>; 38 reg = <0x68>;
39 }; 39 };
40 }; 40 };
Line 41... Line 41...
41   41  
42 keys { 42 gpio-keys-polled {
43 compatible = "gpio-keys-polled"; 43 compatible = "gpio-keys-polled";
44 pinctrl-names = "default"; 44 pinctrl-names = "default";
45 pinctrl-0 = <&pinctrl_buttons>; 45 pinctrl-0 = <&pinctrl_buttons>;
46 #address-cells = <1>; 46 #address-cells = <1>;
Line 56... Line 56...
56 gpios = <&gpio1 6 1>; 56 gpios = <&gpio1 6 1>;
57 linux,code = <KEY_RESTART>; 57 linux,code = <KEY_RESTART>;
58 }; 58 };
59 }; 59 };
Line 60... Line 60...
60   60  
61 leds { 61 gpio-leds {
62 compatible = "gpio-leds"; 62 compatible = "gpio-leds";
63 pinctrl-names = "default"; 63 pinctrl-names = "default";
64 pinctrl-0 = <&pinctrl_leds>; 64 pinctrl-0 = <&pinctrl_leds>;
65 status { 65 status {