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&cru { 19 u-boot,dm-pre-reloc; 20}; 21 22&crypto { 23 u-boot,dm-pre-reloc; 24}; 25 26&dmc { 27 u-boot,dm-pre-reloc; 28}; 29 30&grf { 31 u-boot,dm-pre-reloc; 32}; 33 34&service_msch { 35 u-boot,dm-pre-reloc; 36}; 37 38&emmc { 39 u-boot,dm-spl; 40}; 41 42&nandc { 43 u-boot,dm-spl; 44}; 45 46&sdmmc { 47 u-boot,dm-spl; 48}; 49 50&uart2 { 51 u-boot,dm-spl; 52}; 53 54&u2phy0 { 55 u-boot,dm-spl; 56 status = "okay"; 57}; 58 59&u2phy0_otg { 60 u-boot,dm-spl; 61 status = "okay"; 62}; 63 64&usb20_otg { 65 u-boot,dm-spl; 66 status = "okay"; 67}; 68 69&pinctrl { 70 u-boot,dm-spl; 71 status = "okay"; 72}; 73 74&gpio1 { 75 u-boot,dm-spl; 76}; 77 78&gpio3 { 79 u-boot,dm-spl; 80 status = "okay"; 81}; 82