/* * (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 = &spi_nand, &spi_nor, &nandc, &emmc; }; crypto: crypto@ff500000 { compatible = "rockchip,rv1126-crypto"; reg = <0xff500000 0x10000>; clock-names = "sclk_crypto", "sclk_crypto_apk"; clocks = <&cru CLK_CRYPTO_CORE>, <&cru CLK_CRYPTO_PKA>; clock-frequency = <200000000>, <300000000>; }; secure_otp: secure_otp@0xff5d0000 { compatible = "rockchip,rv1126-secure-otp"; reg = <0xff5d0000 0x4000>; secure_conf = <0xfe0a0008>; }; }; &uart2 { clock-frequency = <24000000>; u-boot,dm-spl; }; &sdmmc { u-boot,dm-spl; }; &emmc { mmc-ecsd = <0x0020f000>; u-boot,dm-spl; }; &pmu { u-boot,dm-spl; }; &pmugrf { u-boot,dm-spl; }; &pmucru { u-boot,dm-spl; }; &cru { u-boot,dm-spl; }; &crypto { u-boot,dm-spl; status = "okay"; }; &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>; }; }; &nandc { u-boot,dm-spl; status = "okay"; #address-cells = <1>; #size-cells = <0>; nand@0 { u-boot,dm-spl; reg = <0>; nand-ecc-mode = "hw_syndrome"; nand-ecc-strength = <16>; nand-ecc-step-size = <1024>; }; }; &hw_decompress { u-boot,dm-spl; status = "okay"; }; &secure_otp { u-boot,dm-spl; status = "okay"; }; &u2phy0 { u-boot,dm-pre-reloc; status = "okay"; }; &u2phy_otg { u-boot,dm-pre-reloc; status = "okay"; }; &usbdrd { u-boot,dm-pre-reloc; status = "okay"; }; &usbdrd_dwc3 { u-boot,dm-pre-reloc; status = "okay"; };