]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/dts/fsl-ls1046a-frwy.dts
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
[thirdparty/u-boot.git] / arch / arm / dts / fsl-ls1046a-frwy.dts
1 // SPDX-License-Identifier: GPL-2.0+ OR X11
2 /*
3 * Device Tree Include file for NXP Layerscape-1046A family SoC.
4 *
5 * Copyright 2019 NXP
6 *
7 */
8
9 /dts-v1/;
10 /include/ "fsl-ls1046a.dtsi"
11
12 / {
13 model = "LS1046A FRWY Board";
14
15 aliases {
16 spi0 = &qspi;
17 };
18
19 };
20
21 &qspi {
22 bus-num = <0>;
23 status = "okay";
24
25 qflash0: mt25qu512abb8esf@0 {
26 #address-cells = <1>;
27 #size-cells = <1>;
28 compatible = "spi-flash";
29 spi-max-frequency = <50000000>;
30 reg = <0>;
31 };
32
33 };
34