/* * (C) Copyright 2022 Rockchip Electronics Co., Ltd * * SPDX-License-Identifier: GPL-2.0+ */ / { aliases { mmc0 = &sdhci; mmc1 = &sdmmc; }; chosen { stdout-path = &uart2; u-boot,spl-boot-order = &sdmmc, &sdhci, &spi_nand, &spi_nor; }; }; &grf { u-boot,dm-spl; status = "okay"; }; &ioc_grf { u-boot,dm-spl; status = "okay"; }; &cru { u-boot,dm-spl; status = "okay"; }; &crypto { clocks = <&cru CLK_CORE_CRYPTO>, <&cru CLK_PKA_CRYPTO>; clock-names = "sclk_crypto", "apkclk_crypto"; clock-frequency = <200000000>, <300000000>; u-boot,dm-spl; status = "okay"; }; &rng { u-boot,dm-pre-reloc; status = "okay"; }; &psci { u-boot,dm-pre-reloc; status = "okay"; }; &uart2 { clock-frequency = <24000000>; u-boot,dm-spl; status = "okay"; }; &sfc { u-boot,dm-spl; /delete-property/ pinctrl-names; /delete-property/ pinctrl-0; /delete-property/ assigned-clocks; /delete-property/ assigned-clock-rates; 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 = <75000000>; }; spi_nor: flash@1 { u-boot,dm-spl; compatible = "jedec,spi-nor"; label = "sfc_nor"; reg = <0>; spi-tx-bus-width = <1>; spi-rx-bus-width = <4>; spi-max-frequency = <100000000>; }; }; &sdhci { bus-width = <8>; u-boot,dm-spl; /delete-property/ pinctrl-names; /delete-property/ pinctrl-0; mmc-hs200-1_8v; status = "okay"; }; &sdmmc { u-boot,dm-spl; status = "okay"; }; &saradc { u-boot,dm-spl; status = "okay"; }; &u2phy_otg { u-boot,dm-pre-reloc; status = "okay"; }; &usb2phy { u-boot,dm-pre-reloc; status = "okay"; };