Ariel D'Alessandro | 93add53 | 2022-04-12 10:31:38 -0300 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2021 Collabora Ltd. |
| 4 | * Copyright 2021 BSH Hausgeraete GmbH |
| 5 | */ |
| 6 | |
Adam Ford | 6cde636 | 2022-10-21 19:58:33 -0500 | [diff] [blame] | 7 | #include "imx8mn-u-boot.dtsi" |
Ariel D'Alessandro | 93add53 | 2022-04-12 10:31:38 -0300 | [diff] [blame] | 8 | |
| 9 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} { |
| 10 | u-boot,dm-spl; |
| 11 | }; |
| 12 | |
| 13 | &{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} { |
| 14 | u-boot,dm-spl; |
| 15 | }; |
| 16 | |
Ariel D'Alessandro | 93add53 | 2022-04-12 10:31:38 -0300 | [diff] [blame] | 17 | &gpio1 { |
| 18 | u-boot,dm-spl; |
| 19 | }; |
| 20 | |
| 21 | &gpio2 { |
| 22 | u-boot,dm-spl; |
| 23 | }; |
| 24 | |
| 25 | &gpio4 { |
| 26 | u-boot,dm-spl; |
| 27 | }; |
| 28 | |
| 29 | &i2c1 { |
| 30 | u-boot,dm-spl; |
| 31 | }; |
| 32 | |
Ariel D'Alessandro | 93add53 | 2022-04-12 10:31:38 -0300 | [diff] [blame] | 33 | &pinctrl_i2c1 { |
| 34 | u-boot,dm-spl; |
| 35 | }; |
| 36 | |
| 37 | &pinctrl_pmic { |
| 38 | u-boot,dm-spl; |
| 39 | }; |
| 40 | |
| 41 | &pinctrl_uart4 { |
| 42 | u-boot,dm-spl; |
| 43 | }; |
| 44 | |
| 45 | &pinctrl_wdog { |
| 46 | u-boot,dm-spl; |
| 47 | }; |
| 48 | |
| 49 | &uart4 { |
| 50 | u-boot,dm-spl; |
| 51 | }; |
| 52 | |
| 53 | &wdog1 { |
| 54 | u-boot,dm-spl; |
| 55 | }; |