blob: b766c5ef3fc93dd0410e01961e6b03ddb0588f45 [file] [log] [blame]
Ricardo Salveti02192502021-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
Marcel Ziswiler451e5392022-10-22 23:59:30 +020035&gpio_ptc {
Ricardo Salveti02192502021-09-12 17:32:57 +030036 u-boot,dm-spl;
37};