1/* 2 * (C) Copyright 2018 Rockchip Electronics Co., Ltd 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 */ 6 7/ { 8 aliases { 9 mmc0 = &emmc; 10 mmc1 = &sdmmc; 11 }; 12 13 chosen { 14 u-boot,spl-boot-order = &sdmmc, &emmc; 15 stdout-path = &uart2; 16 }; 17 18}; 19 20&cru { 21 u-boot,dm-pre-reloc; 22}; 23 24&crypto { 25 u-boot,dm-pre-reloc; 26}; 27 28&grf { 29 u-boot,dm-pre-reloc; 30}; 31 32&dmc { 33 u-boot,dm-pre-reloc; 34}; 35 36&uart2 { 37 u-boot,dm-pre-reloc; 38}; 39 40&emmc { 41 u-boot,dm-spl; 42}; 43 44&sdmmc { 45 u-boot,dm-spl; 46}; 47 48&saradc { 49 u-boot,dm-spl; 50 status = "okay"; 51}; 52 53&usb20_otg { 54 u-boot,dm-spl; 55}; 56 57&usb2phy_grf { 58 u-boot,dm-spl; 59}; 60 61&u2phy { 62 u-boot,dm-spl; 63}; 64 65&u2phy_otg { 66 u-boot,dm-spl; 67}; 68 69&u2phy_host { 70 u-boot,dm-spl; 71}; 72 73&usb_host0_ehci { 74 u-boot,dm-spl; 75}; 76 77&pinctrl { 78 u-boot,dm-spl; 79}; 80 81&sdmmc0_bus4 { 82 u-boot,dm-spl; 83}; 84 85&sdmmc0_clk { 86 u-boot,dm-spl; 87}; 88 89&sdmmc0_cmd { 90 u-boot,dm-spl; 91}; 92 93&sdmmc0_dectn { 94 u-boot,dm-spl; 95}; 96