blob: f6488154d8d1b085f84d6261221a767c27c01739 [file] [log] [blame]
Lukasz Majewski010e58d2019-12-08 22:06:56 +01001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2019
4 * Lukasz Majewski, DENX Software Engineering, lukma@denx.de
5 *
6 * SPDX-License-Identifier: GPL-2.0+ or X11
7 */
8
9/*
10 * The minimal augmentation DTS U-Boot file to allow eMMC driver
11 * configuration in SPL for falcon boot.
12 */
13#include "imx28-u-boot.dtsi"
14/ {
15 apb@80000000 {
Simon Glass8c103c32023-02-13 08:56:33 -070016 bootph-pre-ram;
Lukasz Majewski010e58d2019-12-08 22:06:56 +010017
18 apbh@80000000 {
Simon Glass8c103c32023-02-13 08:56:33 -070019 bootph-pre-ram;
Lukasz Majewski010e58d2019-12-08 22:06:56 +010020 };
21
22 apbx@80040000 {
Simon Glass8c103c32023-02-13 08:56:33 -070023 bootph-pre-ram;
Lukasz Majewski010e58d2019-12-08 22:06:56 +010024 };
25 };
26};
27
28&clks {
Simon Glass8c103c32023-02-13 08:56:33 -070029 bootph-pre-ram;
Lukasz Majewski010e58d2019-12-08 22:06:56 +010030};
31
32&gpio0 {
Simon Glass8c103c32023-02-13 08:56:33 -070033 bootph-pre-ram;
Lukasz Majewski010e58d2019-12-08 22:06:56 +010034};
35
36&pinctrl {
Simon Glass8c103c32023-02-13 08:56:33 -070037 bootph-pre-ram;
Lukasz Majewski010e58d2019-12-08 22:06:56 +010038};
39
40&ssp0 {
Simon Glass8c103c32023-02-13 08:56:33 -070041 bootph-pre-ram;
Lukasz Majewski010e58d2019-12-08 22:06:56 +010042};
43
44&ssp3 {
Marcel Ziswiler063195d2022-10-22 23:59:45 +020045 num-cs = <2>;
46 spi-max-frequency = <40000000>;
Simon Glass8c103c32023-02-13 08:56:33 -070047 bootph-pre-ram;
Lukasz Majewski010e58d2019-12-08 22:06:56 +010048};