Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Copyright (C) 2019 Heiko Schocher <hs@denx.de> | ||||
4 | */ | ||||
5 | |||||
Dario Binacchi | 2180d80 | 2020-12-30 00:06:37 +0100 | [diff] [blame] | 6 | #include "am33xx-u-boot.dtsi" |
7 | |||||
Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 8 | / { |
9 | ocp { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 10 | bootph-all; |
Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 11 | }; |
12 | }; | ||||
13 | |||||
14 | &l4_wkup { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 15 | bootph-all; |
Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 16 | }; |
17 | |||||
18 | &scm { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 19 | bootph-all; |
Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 20 | }; |
21 | |||||
22 | &am33xx_pinmux { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 23 | bootph-all; |
Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 24 | }; |
25 | |||||
26 | &uart0_pins { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 27 | bootph-all; |
Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 28 | }; |
29 | |||||
30 | &uart0 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 31 | bootph-all; |
Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 32 | }; |
33 | |||||
34 | &mmc1 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 35 | bootph-all; |
Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 36 | cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; |
37 | }; | ||||
38 | |||||
39 | &emmc_pins { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 40 | bootph-all; |
Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 41 | }; |
42 | |||||
43 | &mmc2 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 44 | bootph-all; |
Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 45 | }; |
46 | |||||
47 | &mmc1_pins { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 48 | bootph-all; |
Heiko Schocher | 9a10792 | 2019-01-21 06:16:27 +0100 | [diff] [blame] | 49 | }; |
50 | |||||
51 | &mmc3 { | ||||
52 | status = "disabled"; | ||||
53 | }; |