Ariel D'Alessandro | b6d5e13 | 2021-11-23 13:33:30 -0300 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2021 Collabora Ltd. |
| 4 | */ |
| 5 | |
Adam Ford | 09e3391 | 2022-10-21 19:58:36 -0500 | [diff] [blame] | 6 | #include "imx8mn-u-boot.dtsi" |
Ariel D'Alessandro | b6d5e13 | 2021-11-23 13:33:30 -0300 | [diff] [blame] | 7 | |
| 8 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} { |
| 9 | u-boot,dm-spl; |
| 10 | }; |
| 11 | |
| 12 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} { |
| 13 | u-boot,dm-spl; |
| 14 | }; |
| 15 | |
Ariel D'Alessandro | b6d5e13 | 2021-11-23 13:33:30 -0300 | [diff] [blame] | 16 | &gpio1 { |
| 17 | u-boot,dm-spl; |
| 18 | }; |
| 19 | |
| 20 | &gpio2 { |
| 21 | u-boot,dm-spl; |
| 22 | }; |
| 23 | |
| 24 | &gpio4 { |
| 25 | u-boot,dm-spl; |
| 26 | }; |
| 27 | |
| 28 | &i2c1 { |
| 29 | u-boot,dm-spl; |
| 30 | }; |
| 31 | |
Ariel D'Alessandro | b6d5e13 | 2021-11-23 13:33:30 -0300 | [diff] [blame] | 32 | &pinctrl_i2c1 { |
| 33 | u-boot,dm-spl; |
| 34 | }; |
| 35 | |
| 36 | &pinctrl_pmic { |
| 37 | u-boot,dm-spl; |
| 38 | }; |
| 39 | |
| 40 | &pinctrl_reg_usdhc2_vmmc { |
| 41 | u-boot,dm-spl; |
| 42 | }; |
| 43 | |
| 44 | &pinctrl_uart4 { |
| 45 | u-boot,dm-spl; |
| 46 | }; |
| 47 | |
| 48 | &pinctrl_usdhc2 { |
| 49 | u-boot,dm-spl; |
| 50 | }; |
| 51 | |
| 52 | &pinctrl_usdhc3 { |
| 53 | u-boot,dm-spl; |
| 54 | }; |
| 55 | |
| 56 | &pinctrl_wdog { |
| 57 | u-boot,dm-spl; |
| 58 | }; |
| 59 | |
| 60 | &uart4 { |
| 61 | u-boot,dm-spl; |
| 62 | }; |
| 63 | |
| 64 | &usdhc2 { |
| 65 | u-boot,dm-spl; |
| 66 | }; |
| 67 | |
| 68 | &usdhc3 { |
| 69 | u-boot,dm-spl; |
| 70 | }; |