blob: d73bfbf7a08af6c2765ed0912cff5c85399708a7 [file] [log] [blame]
Ricardo Salveti8b715762021-09-12 17:32:57 +03001// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * Copyright 2019 Foundries.io
4 */
5
6&iomuxc1 {
7 u-boot,dm-spl;
8};
9
10&ahbbridge0 {
11 u-boot,dm-spl;
12};
13
14&ahbbridge1 {
15 u-boot,dm-spl;
16};
17
18&lpuart4 {
19 u-boot,dm-spl;
20};
21
22&usbotg1 {
23 extcon = <&usbphy1>;
24 u-boot,dm-spl;
25};
26
27&usbphy1 {
28 u-boot,dm-spl;
29};
30
31&usdhc0 {
32 u-boot,dm-spl;
33};
34
35&gpio0 {
36 u-boot,dm-spl;
37};