blob: c18080a483404bbd4fa6a1d7eff231b297f7ecb4 [file] [log] [blame]
Sumit Garg89a8ec92022-07-12 12:42:12 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot addition to handle QCS404 EVB pre-relocation devices
4 *
5 * (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org>
6 */
7
8/ {
9 soc {
10 u-boot,dm-pre-reloc;
11
12 pinctrl_north@1300000 {
13 u-boot,dm-pre-reloc;
14 };
15
16 clock-controller@1800000 {
17 u-boot,dm-pre-reloc;
18 };
19
20 serial@78b1000 {
21 u-boot,dm-pre-reloc;
22 };
23 };
24};