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 stdout-path = &uart2; 15 }; 16 17}; 18 19&cru { 20 u-boot,dm-pre-reloc; 21}; 22 23&grf { 24 u-boot,dm-pre-reloc; 25}; 26 27&dmc { 28 u-boot,dm-pre-reloc; 29}; 30 31&uart2 { 32 u-boot,dm-pre-reloc; 33}; 34 35&emmc { 36 u-boot,dm-pre-reloc; 37}; 38 39&sdmmc { 40 u-boot,dm-pre-reloc; 41}; 42 43&saradc { 44 u-boot,dm-pre-reloc; 45 status = "okay"; 46}; 47 48&usb20_otg { 49 u-boot,dm-pre-reloc; 50}; 51 52&usb2phy_grf { 53 u-boot,dm-pre-reloc; 54}; 55 56&u2phy { 57 u-boot,dm-pre-reloc; 58}; 59 60&u2phy_otg { 61 u-boot,dm-pre-reloc; 62}; 63