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