1/*
2 * Device Tree Include file for Freescale Layerscape-1046A family SoC.
3 *
4 * Copyright 2016, Freescale Semiconductor
5 *
6 * Mingkai Hu <Mingkai.hu@freescale.com>
7 *
8 * This file is licensed under the terms of the GNU General Public
9 * License version 2.  This program is licensed "as is" without any
10 * warranty of any kind, whether express or implied.
11 */
12
13/dts-v1/;
14/include/ "fsl-ls1046a.dtsi"
15
16/ {
17	model = "LS1046A RDB Board";
18
19	aliases {
20		spi0 = &qspi;
21	};
22
23};
24
25&qspi {
26	bus-num = <0>;
27	status = "okay";
28
29	qflash0: s25fs512s@0 {
30		#address-cells = <1>;
31		#size-cells = <1>;
32		compatible = "spi-flash";
33		spi-max-frequency = <50000000>;
34		reg = <0>;
35	};
36
37	qflash1: s25fs512s@1 {
38		#address-cells = <1>;
39		#size-cells = <1>;
40		compatible = "spi-flash";
41		spi-max-frequency = <50000000>;
42		reg = <1>;
43	 };
44};
45