blob: 83d406a06210062aa7671696c7e6ab2684545ab1 [file] [log] [blame]
Lukasz Majewski62cef352019-10-10 16:11:28 +02001// 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#include "imx6qdl-u-boot.dtsi"
10
11/ {
12 clocks {
Simon Glass8c103c32023-02-13 08:56:33 -070013 bootph-pre-ram;
Lukasz Majewski62cef352019-10-10 16:11:28 +020014 osc {
Simon Glass8c103c32023-02-13 08:56:33 -070015 bootph-pre-ram;
Lukasz Majewski62cef352019-10-10 16:11:28 +020016 };
17 };
18
19 wdt-reboot {
20 compatible = "wdt-reboot";
21 wdt = <&wdog1>;
22 };
23};
24
25&clks {
Simon Glass8c103c32023-02-13 08:56:33 -070026 bootph-all;
Lukasz Majewski62cef352019-10-10 16:11:28 +020027};
28
29&gpio2 {
Simon Glass8c103c32023-02-13 08:56:33 -070030 bootph-pre-ram;
Lukasz Majewski62cef352019-10-10 16:11:28 +020031};
32
33&pinctrl_uart1 {
Simon Glass8c103c32023-02-13 08:56:33 -070034 bootph-pre-ram;
Lukasz Majewski62cef352019-10-10 16:11:28 +020035};
36
37&pinctrl_usdhc2 {
Simon Glass8c103c32023-02-13 08:56:33 -070038 bootph-pre-ram;
Lukasz Majewski62cef352019-10-10 16:11:28 +020039};
40
41&pinctrl_usdhc4 {
Simon Glass8c103c32023-02-13 08:56:33 -070042 bootph-pre-ram;
Lukasz Majewski62cef352019-10-10 16:11:28 +020043};
44
45&uart1 {
Simon Glass8c103c32023-02-13 08:56:33 -070046 bootph-pre-ram;
Lukasz Majewski62cef352019-10-10 16:11:28 +020047};
48
49&usdhc2 {
Simon Glass8c103c32023-02-13 08:56:33 -070050 bootph-pre-ram;
Lukasz Majewski62cef352019-10-10 16:11:28 +020051};
52
53&usdhc4 {
Simon Glass8c103c32023-02-13 08:56:33 -070054 bootph-pre-ram;
Lukasz Majewski62cef352019-10-10 16:11:28 +020055};
56
57&wdog1 {
Simon Glass8c103c32023-02-13 08:56:33 -070058 bootph-pre-ram;
Lukasz Majewski62cef352019-10-10 16:11:28 +020059};