|
@@ -40,19 +40,19 @@
|
|
reg = <0x00000000 0x0001e000>;
|
|
reg = <0x00000000 0x0001e000>;
|
|
};
|
|
};
|
|
|
|
|
|
- partition@1 {
|
|
|
|
|
|
+ partition@1e000 {
|
|
label = "env";
|
|
label = "env";
|
|
reg = <0x0001e000 0x00002000>;
|
|
reg = <0x0001e000 0x00002000>;
|
|
};
|
|
};
|
|
|
|
|
|
- partition@2 {
|
|
|
|
|
|
+ partition@20000 {
|
|
label = "uboot";
|
|
label = "uboot";
|
|
reg = <0x00020000 0x00050000>;
|
|
reg = <0x00020000 0x00050000>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
- GPIO1: gpio1@e0000000 {
|
|
|
|
|
|
+ GPIO1: gpio@e0000000 {
|
|
compatible = "wd,mbl-gpio", "ti,74273";
|
|
compatible = "wd,mbl-gpio", "ti,74273";
|
|
reg-names = "dat";
|
|
reg-names = "dat";
|
|
reg = <0xe0000000 0x1>;
|
|
reg = <0xe0000000 0x1>;
|
|
@@ -77,7 +77,7 @@
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
- GPIO2: gpio2@e0100000 {
|
|
|
|
|
|
+ GPIO2: gpio@e0100000 {
|
|
compatible = "wd,mbl-gpio", "ti,74244";
|
|
compatible = "wd,mbl-gpio", "ti,74244";
|
|
reg-names = "dat";
|
|
reg-names = "dat";
|
|
reg = <0xe0100000 0x1>;
|
|
reg = <0xe0100000 0x1>;
|
|
@@ -109,8 +109,6 @@
|
|
|
|
|
|
keys {
|
|
keys {
|
|
compatible = "gpio-keys-polled";
|
|
compatible = "gpio-keys-polled";
|
|
- #address-cells = <1>;
|
|
|
|
- #size-cells = <0>;
|
|
|
|
poll-interval = <60>; /* 3 * 20 = 60ms */
|
|
poll-interval = <60>; /* 3 * 20 = 60ms */
|
|
autorepeat;
|
|
autorepeat;
|
|
|
|
|