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