1/* 2 * (C) Copyright 2020 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 u-boot,spl-boot-order = &sfc, &emmc; 16 }; 17}; 18 19&uart2 { 20 clock-frequency = <24000000>; 21 u-boot,dm-spl; 22}; 23 24&sdmmc { 25 u-boot,dm-spl; 26}; 27 28&emmc { 29 u-boot,dm-spl; 30}; 31 32&pmu { 33 u-boot,dm-spl; 34}; 35 36&pmugrf { 37 u-boot,dm-spl; 38}; 39 40&pmucru { 41 u-boot,dm-spl; 42}; 43 44&cru { 45 u-boot,dm-spl; 46}; 47 48&grf { 49 u-boot,dm-spl; 50}; 51