0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Copyright (C) 2015 Altera Corporation. All rights reserved.
0004 */
0005
0006 /dts-v1/;
0007 #include "socfpga_arria10_socdk.dtsi"
0008
0009 &nand {
0010 status = "okay";
0011
0012 nand@0 {
0013 reg = <0>;
0014 #address-cells = <1>;
0015 #size-cells = <1>;
0016
0017 partition@0 {
0018 label = "Boot and fpga data";
0019 reg = <0x0 0x02000000>;
0020 };
0021 partition@1c00000 {
0022 label = "Root Filesystem - JFFS2";
0023 reg = <0x02000000 0x06000000>;
0024 };
0025 };
0026 };