1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright 2018 NXP 4 */ 5 6&{/imx8qm-pm} { 7 8 u-boot,dm-spl; 9}; 10 11&mu { 12 u-boot,dm-spl; 13}; 14 15&clk { 16 u-boot,dm-spl; 17}; 18 19&iomuxc { 20 u-boot,dm-spl; 21}; 22 23&pd_lsio { 24 u-boot,dm-spl; 25}; 26 27&pd_lsio_gpio0 { 28 u-boot,dm-spl; 29}; 30 31&pd_lsio_gpio1 { 32 u-boot,dm-spl; 33}; 34 35&pd_lsio_gpio2 { 36 u-boot,dm-spl; 37}; 38 39&pd_lsio_gpio3 { 40 u-boot,dm-spl; 41}; 42 43&pd_lsio_gpio4 { 44 u-boot,dm-spl; 45}; 46 47&pd_lsio_gpio5 { 48 u-boot,dm-spl; 49}; 50 51&pd_lsio_gpio6 { 52 u-boot,dm-spl; 53}; 54 55&pd_lsio_gpio7 { 56 u-boot,dm-spl; 57}; 58 59&pd_conn { 60 u-boot,dm-spl; 61}; 62 63&pd_conn_sdch0 { 64 u-boot,dm-spl; 65}; 66 67&pd_conn_sdch1 { 68 u-boot,dm-spl; 69}; 70 71&pd_conn_sdch2 { 72 u-boot,dm-spl; 73}; 74 75&pd_dma { 76 u-boot,dm-spl; 77}; 78 79&pd_dma_lpuart0 { 80 u-boot,dm-spl; 81}; 82 83&gpio0 { 84 u-boot,dm-spl; 85}; 86 87&gpio1 { 88 u-boot,dm-spl; 89}; 90 91&gpio2 { 92 u-boot,dm-spl; 93}; 94 95&gpio3 { 96 u-boot,dm-spl; 97}; 98 99&gpio4 { 100 u-boot,dm-spl; 101}; 102 103&gpio5 { 104 u-boot,dm-spl; 105}; 106 107&gpio6 { 108 u-boot,dm-spl; 109}; 110 111&gpio7 { 112 u-boot,dm-spl; 113}; 114 115&lpuart0 { 116 u-boot,dm-spl; 117}; 118 119&usdhc1 { 120 u-boot,dm-spl; 121 mmc-hs400-1_8v; 122}; 123 124&usdhc2 { 125 u-boot,dm-spl; 126 sd-uhs-sdr104; 127 sd-uhs-ddr50; 128}; 129