/* * (C) Copyright 2020 Rockchip Electronics Co., Ltd * * SPDX-License-Identifier: GPL-2.0+ */ / { aliases { mmc0 = &emmc; mmc1 = &sdmmc; }; chosen { stdout-path = &uart2; u-boot,spl-boot-order = &sfc, &emmc; }; }; &uart2 { clock-frequency = <24000000>; u-boot,dm-spl; }; &sdmmc { u-boot,dm-spl; }; &emmc { u-boot,dm-spl; }; &pmu { u-boot,dm-spl; }; &pmugrf { u-boot,dm-spl; }; &pmucru { u-boot,dm-spl; }; &cru { u-boot,dm-spl; }; &grf { u-boot,dm-spl; }; &saradc { u-boot,dm-spl; status = "okay"; }; &sfc { u-boot,dm-spl; status = "okay"; #address-cells = <1>; #size-cells = <0>; spi_nand: flash@0 { u-boot,dm-spl; compatible = "spi-nand"; reg = <0>; spi-tx-bus-width = <1>; spi-rx-bus-width = <4>; spi-max-frequency = <96000000>; }; spi_nor: flash@1 { u-boot,dm-spl; compatible = "jedec,spi-nor"; reg = <0>; spi-tx-bus-width = <1>; spi-rx-bus-width = <4>; spi-max-frequency = <96000000>; }; }; &usbdrd { u-boot,dm-pre-reloc; status = "okay"; }; &usbdrd_dwc3 { u-boot,dm-pre-reloc; /delete-property/ phys; status = "okay"; };