mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
35 lines
460 B
Text
35 lines
460 B
Text
|
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
||
|
/*
|
||
|
* Device Tree Include file for NXP Layerscape-1046A family SoC.
|
||
|
*
|
||
|
* Copyright 2019 NXP
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
/include/ "fsl-ls1046a.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "LS1046A FRWY Board";
|
||
|
|
||
|
aliases {
|
||
|
spi0 = &qspi;
|
||
|
};
|
||
|
|
||
|
};
|
||
|
|
||
|
&qspi {
|
||
|
bus-num = <0>;
|
||
|
status = "okay";
|
||
|
|
||
|
qflash0: mt25qu512abb8esf@0 {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
compatible = "spi-flash";
|
||
|
spi-max-frequency = <50000000>;
|
||
|
reg = <0>;
|
||
|
};
|
||
|
|
||
|
};
|
||
|
|