ramips: add nor-flash node for the RT-N56U
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36249
This commit is contained in:
parent
0c3c29ca38
commit
d1f28c6d1f
@ -51,6 +51,38 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nor-flash@1c000000 {
|
||||||
|
compatible = "cfi-flash";
|
||||||
|
reg = <0x1c000000 0x800000>;
|
||||||
|
|
||||||
|
bank-width = <2>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
partition@0 {
|
||||||
|
reg = <0x0 0x0030000>;
|
||||||
|
label = "u-boot";
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@30000 {
|
||||||
|
reg = <0x00030000 0x00010000>;
|
||||||
|
label = "u-boot-env";
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@40000 {
|
||||||
|
reg = <0x00040000 0x00010000>;
|
||||||
|
label = "factory";
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@50000 {
|
||||||
|
reg = <0x00050000 0x007b0000>;
|
||||||
|
label = "firmware";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
rtl8367 {
|
rtl8367 {
|
||||||
compatible = "realtek,rtl8367";
|
compatible = "realtek,rtl8367";
|
||||||
gpio-sda = <&gpio0 1 0>;
|
gpio-sda = <&gpio0 1 0>;
|
||||||
|
Loading…
Reference in New Issue
Block a user