SPDX: Convert all of our multiple license tags to Linux Kernel style
[oweals/u-boot.git] / arch / arm / dts / fsl-ls1046a-rdb.dts
1 // SPDX-License-Identifier: GPL-2.0+ OR X11
2 /*
3  * Device Tree Include file for Freescale Layerscape-1046A family SoC.
4  *
5  * Copyright 2016, Freescale Semiconductor
6  *
7  * Mingkai Hu <Mingkai.hu@freescale.com>
8  */
9
10 /dts-v1/;
11 /include/ "fsl-ls1046a.dtsi"
12
13 / {
14         model = "LS1046A RDB Board";
15
16         aliases {
17                 spi0 = &qspi;
18         };
19
20 };
21
22 &qspi {
23         bus-num = <0>;
24         status = "okay";
25
26         qflash0: s25fs512s@0 {
27                 #address-cells = <1>;
28                 #size-cells = <1>;
29                 compatible = "spi-flash";
30                 spi-max-frequency = <50000000>;
31                 reg = <0>;
32         };
33
34         qflash1: s25fs512s@1 {
35                 #address-cells = <1>;
36                 #size-cells = <1>;
37                 compatible = "spi-flash";
38                 spi-max-frequency = <50000000>;
39                 reg = <1>;
40          };
41 };