2019-12-08 21:06:56 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright 2019
|
|
|
|
* Lukasz Majewski, DENX Software Engineering, lukma@denx.de
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+ or X11
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* The minimal augmentation DTS U-Boot file to allow eMMC driver
|
|
|
|
* configuration in SPL for falcon boot.
|
|
|
|
*/
|
|
|
|
#include "imx28-u-boot.dtsi"
|
|
|
|
/ {
|
|
|
|
apb@80000000 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-08 21:06:56 +00:00
|
|
|
|
|
|
|
apbh@80000000 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-08 21:06:56 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
apbx@80040000 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-08 21:06:56 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&clks {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-08 21:06:56 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&gpio0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-08 21:06:56 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pinctrl {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-08 21:06:56 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&ssp0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-08 21:06:56 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&ssp3 {
|
2022-10-22 21:59:45 +00:00
|
|
|
num-cs = <2>;
|
|
|
|
spi-max-frequency = <40000000>;
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-12-08 21:06:56 +00:00
|
|
|
};
|