blob: c866ce83f30111d117f2e6f977f807198902147a [file] [log] [blame]
Sjoerd Simonsf93564c2019-02-25 15:33:00 +00001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2018 EETS GmbH - https://www.eets.ch/
4 * Copyright (C) 2018 Robert Bosch Power Tools GmbH
5 */
6
Dario Binacchi2180d802020-12-30 00:06:37 +01007#include "am33xx-u-boot.dtsi"
8
Sjoerd Simonsf93564c2019-02-25 15:33:00 +00009/ {
10 ocp {
11 u-boot,dm-pre-reloc;
12 };
Dario Binacchi9b8c3202020-02-22 14:05:46 +010013
14 panel {
15 u-boot,dm-pre-reloc;
16 };
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000017};
18
19&l4_wkup {
20 u-boot,dm-pre-reloc;
21};
22
23&mmc1 {
24 u-boot,dm-pre-reloc;
25};
26
27&mmc1_pins {
28 u-boot,dm-pre-reloc;
29};
30
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000031&scm {
32 u-boot,dm-pre-reloc;
33};
34
35&uart0 {
36 u-boot,dm-pre-reloc;
37};
38
39&uart0_pins {
40 u-boot,dm-pre-reloc;
41};
42
43&usb {
44 u-boot,dm-pre-reloc;
45};
46
47&usb_ctrl_mod {
48 u-boot,dm-pre-reloc;
49};
50
51&usb0 {
52 u-boot,dm-pre-reloc;
53};
54
55&usb0_phy {
56 u-boot,dm-pre-reloc;
57};
58
59&am33xx_pinmux {
60 u-boot,dm-pre-reloc;
61
62 lcd0_pins: pinmux_lcd0_pins {
63 pinctrl-single,pins = <
64 AM33XX_IOPAD(0x908, PIN_OUTPUT_PULLUP | MUX_MODE7)
65 >;
66 };
67};