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