Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright 2022 Gateworks Corporation | ||||
4 | */ | ||||
5 | |||||
Adam Ford | af00762 | 2022-10-21 19:58:37 -0500 | [diff] [blame] | 6 | #include "imx8mn-u-boot.dtsi" |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 7 | |
8 | &gpio1 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 9 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 10 | }; |
11 | |||||
12 | &gpio2 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 13 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 14 | }; |
15 | |||||
16 | &gpio3 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 17 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 18 | }; |
19 | |||||
20 | &gpio4 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 21 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 22 | }; |
23 | |||||
24 | &gpio5 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 25 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 26 | }; |
27 | |||||
28 | &uart2 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 29 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 30 | }; |
31 | |||||
32 | &pinctrl_uart2 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 33 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 34 | }; |
35 | |||||
36 | &usdhc3 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 37 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 38 | }; |
39 | |||||
40 | &pinctrl_usdhc3 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 41 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 42 | }; |
43 | |||||
44 | &i2c1 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 45 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 46 | }; |
47 | |||||
48 | &pinctrl_i2c1 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 49 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 50 | }; |
51 | |||||
Tim Harvey | 3041e09 | 2022-11-11 08:03:07 -0800 | [diff] [blame] | 52 | &pinctrl_i2c1_gpio { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 53 | bootph-pre-ram; |
Tim Harvey | 3041e09 | 2022-11-11 08:03:07 -0800 | [diff] [blame] | 54 | }; |
55 | |||||
Tim Harvey | fb9ec33 | 2022-04-13 08:56:40 -0700 | [diff] [blame] | 56 | &gsc { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 57 | bootph-pre-ram; |
Tim Harvey | fb9ec33 | 2022-04-13 08:56:40 -0700 | [diff] [blame] | 58 | }; |
59 | |||||
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 60 | &i2c2 { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 61 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 62 | }; |
63 | |||||
64 | &pinctrl_i2c2 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 65 | bootph-pre-ram; |
Tim Harvey | 2cb156e | 2022-02-11 10:48:56 -0800 | [diff] [blame] | 66 | }; |
67 | |||||
Peng Fan | 6692cd9 | 2022-06-11 20:21:05 +0800 | [diff] [blame] | 68 | &pinctrl_wdog { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame^] | 69 | bootph-pre-ram; |
Peng Fan | 6692cd9 | 2022-06-11 20:21:05 +0800 | [diff] [blame] | 70 | }; |