projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM: dts: synquacer: Add device trees for DeveloperBox
[platform/kernel/u-boot.git]
/
arch
/
arm
/
dts
/
fsl-ls1012a-frwy.dts
1
// SPDX-License-Identifier: GPL-2.0+ OR X11
2
/*
3
* NXP ls1012a FRWY board device tree source
4
*
5
* Copyright 2018 NXP
6
*
7
*/
8
9
/dts-v1/;
10
#include "fsl-ls1012a.dtsi"
11
12
/ {
13
model = "FRWY-LS1012A Board";
14
15
aliases {
16
spi0 = &qspi;
17
};
18
19
chosen {
20
stdout-path = &duart0;
21
};
22
};
23
24
&qspi {
25
bus-num = <0>;
26
status = "okay";
27
28
qflash0: w25q16dw@0 {
29
#address-cells = <1>;
30
#size-cells = <1>;
31
compatible = "jedec,spi-nor";
32
spi-max-frequency = <20000000>;
33
reg = <0>;
34
};
35
};
36
37
&i2c0 {
38
status = "okay";
39
};
40
41
&duart0 {
42
status = "okay";
43
};