1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2015 Altera Corporation. All rights reserved.
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/dts-v1/;
7*f126890aSEmmanuel Vadot#include "socfpga_arria10_socdk.dtsi"
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot&nand {
10*f126890aSEmmanuel Vadot	status = "okay";
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot	nand@0 {
13*f126890aSEmmanuel Vadot		reg = <0>;
14*f126890aSEmmanuel Vadot		#address-cells = <1>;
15*f126890aSEmmanuel Vadot		#size-cells = <1>;
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot		partition@0 {
18*f126890aSEmmanuel Vadot			label = "Boot and fpga data";
19*f126890aSEmmanuel Vadot			reg = <0x0 0x02500000>;
20*f126890aSEmmanuel Vadot		};
21*f126890aSEmmanuel Vadot		partition@1c00000 {
22*f126890aSEmmanuel Vadot			label = "Root Filesystem - JFFS2";
23*f126890aSEmmanuel Vadot			reg = <0x02500000 0x05500000>;
24*f126890aSEmmanuel Vadot		};
25*f126890aSEmmanuel Vadot	};
26*f126890aSEmmanuel Vadot};
27