Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
| 2 | /* |
| 3 | * Copyright 2019 Toradex AG |
| 4 | */ |
| 5 | |
Oliver Graute | 7886cb5 | 2022-11-04 16:03:43 +0100 | [diff] [blame] | 6 | #include "imx8qxp-u-boot.dtsi" |
| 7 | |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 8 | &{/imx8qx-pm} { |
| 9 | |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 10 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 11 | }; |
| 12 | |
| 13 | &mu { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 14 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 15 | }; |
| 16 | |
| 17 | &clk { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 18 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 19 | }; |
| 20 | |
| 21 | &iomuxc { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 22 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 23 | }; |
| 24 | |
| 25 | &pd_lsio { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 26 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 27 | }; |
| 28 | |
| 29 | &pd_lsio_gpio0 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 30 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 31 | }; |
| 32 | |
| 33 | &pd_lsio_gpio1 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 34 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 35 | }; |
| 36 | |
| 37 | &pd_lsio_gpio2 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 38 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 39 | }; |
| 40 | |
| 41 | &pd_lsio_gpio3 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 42 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 43 | }; |
| 44 | |
| 45 | &pd_lsio_gpio4 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 46 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 47 | }; |
| 48 | |
| 49 | &pd_lsio_gpio5 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 50 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 51 | }; |
| 52 | |
| 53 | &pd_lsio_gpio6 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 54 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 55 | }; |
| 56 | |
| 57 | &pd_lsio_gpio7 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 58 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 59 | }; |
| 60 | |
Igor Opaniuk | c3d2a5f | 2020-03-27 12:28:16 +0200 | [diff] [blame] | 61 | &pd_dma { |
| 62 | u-boot,dm-pre-proper; |
| 63 | }; |
| 64 | |
| 65 | &pd_dma_lpuart0 { |
| 66 | u-boot,dm-pre-proper; |
| 67 | }; |
| 68 | |
| 69 | &pd_dma_lpuart3 { |
| 70 | u-boot,dm-pre-proper; |
| 71 | }; |
| 72 | |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 73 | &pd_conn { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 74 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 75 | }; |
| 76 | |
| 77 | &pd_conn_sdch0 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 78 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 79 | }; |
| 80 | |
| 81 | &pd_conn_sdch1 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 82 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 83 | }; |
| 84 | |
| 85 | &pd_conn_sdch2 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 86 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 87 | }; |
| 88 | |
| 89 | &gpio0 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 90 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 91 | }; |
| 92 | |
| 93 | &gpio1 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 94 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 95 | }; |
| 96 | |
| 97 | &gpio2 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 98 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 99 | }; |
| 100 | |
| 101 | &gpio3 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 102 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 103 | }; |
| 104 | |
| 105 | &gpio4 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 106 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 107 | }; |
| 108 | |
| 109 | &gpio5 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 110 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 111 | }; |
| 112 | |
| 113 | &gpio6 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 114 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 115 | }; |
| 116 | |
| 117 | &gpio7 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 118 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 119 | }; |
| 120 | |
| 121 | &lpuart3 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 122 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 123 | }; |
| 124 | |
| 125 | &usdhc1 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 126 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 127 | }; |
| 128 | |
| 129 | &usdhc2 { |
Igor Opaniuk | a6f6aef | 2020-03-27 12:28:14 +0200 | [diff] [blame] | 130 | u-boot,dm-pre-proper; |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 131 | }; |