summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/dts/EASY80920NAND.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-25 19:03:32 +0000
committerJohn Crispin <john@openwrt.org>2013-04-25 19:03:32 +0000
commit157c86371f4eb25aa238227bcd04d6f40f23d264 (patch)
tree1101a9ebda58a539d6972691ddf3782f50579c81 /target/linux/lantiq/dts/EASY80920NAND.dts
parent4664e21293e6b6eff32a443f9dfc1e77289b7bd3 (diff)
downloadmtk-20170518-157c86371f4eb25aa238227bcd04d6f40f23d264.zip
mtk-20170518-157c86371f4eb25aa238227bcd04d6f40f23d264.tar.gz
mtk-20170518-157c86371f4eb25aa238227bcd04d6f40f23d264.tar.bz2
lantiq: move dts files to thir own folder
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36443
Diffstat (limited to 'target/linux/lantiq/dts/EASY80920NAND.dts')
-rw-r--r--target/linux/lantiq/dts/EASY80920NAND.dts35
1 files changed, 35 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/EASY80920NAND.dts b/target/linux/lantiq/dts/EASY80920NAND.dts
new file mode 100644
index 0000000..afa2157
--- /dev/null
+++ b/target/linux/lantiq/dts/EASY80920NAND.dts
@@ -0,0 +1,35 @@
+/dts-v1/;
+
+
+/include/ "EASY80920.dtsi"
+
+/ {
+ fpi@10000000 {
+ localbus@0 {
+ ranges = <0 0 0x4000000 0x3ffffff>;
+ nand-parts@0 {
+ compatible = "gen_nand", "lantiq,nand-xway";
+ lantiq,cs = <1>;
+ bank-width = <2>;
+ reg = <0 0x0 0x2000000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ partition@0 {
+ label = "uboot";
+ reg = <0x00000 0x40000>;
+ };
+
+ partition@10000 {
+ label = "uboot_env";
+ reg = <0x40000 0x40000>;
+ };
+
+ partition@20000 {
+ label = "linux";
+ reg = <0x80000 0x3f80000>;
+ };
+ };
+ };
+ };
+};