Commit 5a68c91d authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: dts: ixp4xx: Move EPBX100 flash to external bus node



This moves the EPBX100 flash under the external bus on CS0
like on the other IXP4xx systems.

Cc: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 5900dc08
Loading
Loading
Loading
Loading
+44 −40
Original line number Diff line number Diff line
@@ -28,13 +28,15 @@
		serial0 = &uart0;
	};

	flash@50000000 {
	soc {
		bus@50000000 {
			flash@0 {
				compatible = "intel,ixp4xx-flash", "cfi-flash";
				bank-width = <2>;
				/*
				 * 16 MB of Flash
				 */
		reg = <0x50000000 0x1000000>;
				reg = <0x00000000 0x1000000>;

				partitions {
					compatible = "fixed-partitions";
@@ -74,3 +76,5 @@
				};
			};
		};
	};
};