| // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| /* |
| * Copyright (c) 2023 John Clark <inindev@gmail.com> |
| * |
| */ |
| |
| #include "rk3588-u-boot.dtsi" |
| |
| / { |
| chosen { |
| u-boot,spl-boot-order = "same-as-spl", &sdmmc, &sdhci; |
| }; |
| }; |
| |
| &fspim1_pins { |
| bootph-all; |
| }; |
| |
| &sfc { |
| bootph-pre-ram; |
| u-boot,spl-sfc-no-dma; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&fspim1_pins>; |
| #address-cells = <1>; |
| #size-cells = <0>; |
| status = "okay"; |
| |
| flash@0 { |
| bootph-pre-ram; |
| compatible = "jedec,spi-nor"; |
| reg = <0>; |
| spi-max-frequency = <24000000>; |
| spi-rx-bus-width = <4>; |
| spi-tx-bus-width = <1>; |
| }; |
| }; |