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