Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clk
[oweals/u-boot.git] / arch / arm / dts / am335x-guardian-u-boot.dtsi
1 // 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
7 / {
8         ocp {
9                 u-boot,dm-pre-reloc;
10         };
11 };
12
13 &l4_wkup {
14         u-boot,dm-pre-reloc;
15 };
16
17 &mmc1 {
18         u-boot,dm-pre-reloc;
19 };
20
21 &mmc1_pins {
22         u-boot,dm-pre-reloc;
23 };
24
25 &rtc {
26         clocks = <&l4_per_clkctrl AM3_CLKDIV32K_CLKCTRL 0>;
27         clock-names = "int-clk";
28 };
29
30 &scm {
31         u-boot,dm-pre-reloc;
32 };
33
34 &uart0 {
35         u-boot,dm-pre-reloc;
36 };
37
38 &uart0_pins {
39         u-boot,dm-pre-reloc;
40 };
41
42 &usb {
43         u-boot,dm-pre-reloc;
44 };
45
46 &usb_ctrl_mod {
47         u-boot,dm-pre-reloc;
48 };
49
50 &usb0 {
51         u-boot,dm-pre-reloc;
52 };
53
54 &usb0_phy {
55         u-boot,dm-pre-reloc;
56 };
57
58 &am33xx_pinmux {
59         u-boot,dm-pre-reloc;
60
61         lcd0_pins: pinmux_lcd0_pins {
62                 pinctrl-single,pins = <
63                         AM33XX_IOPAD(0x908, PIN_OUTPUT_PULLUP   | MUX_MODE7)
64                 >;
65         };
66 };