blob: 1dc83cf846bc242ad4eba3751c99a59fbb71765c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// SPDX-License-Identifier: GPL-2.0+
&serial0 {
bootph-all;
};
&soc {
i2c@118000 {
bootph-all;
};
spi@110000 {
flash@0 {
spi-max-frequency = <10000000>;
};
};
};
#include "u-boot.dtsi"
|