Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / dts / fsl-ls1012a-rdb.dtsi
1 // SPDX-License-Identifier: GPL-2.0+ OR X11
2 /*
3  * Device Tree Include file for Freescale Layerscape-1012A family SoC.
4  *
5  * Copyright 2016, Freescale Semiconductor
6  */
7
8 /include/ "fsl-ls1012a.dtsi"
9
10 / {
11         model = "LS1012A RDB Board";
12         aliases {
13                 spi0 = &qspi;
14         };
15 };
16
17 &esdhc1 {
18         mmc-hs200-1_8v;
19 };
20
21 &qspi {
22         status = "okay";
23
24         s25fs512s0: flash@0 {
25                 #address-cells = <1>;
26                 #size-cells = <1>;
27                 compatible = "jedec,spi-nor";
28                 spi-max-frequency = <50000000>;
29                 reg = <0>;
30         };
31 };
32
33 &i2c0 {
34         status = "okay";
35 };
36
37 &duart0 {
38         status = "okay";
39 };
40
41 &sata {
42         status = "okay";
43 };