FUKAUMI Naoki | fc517a7 | 2023-04-26 02:23:54 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 2 | /* |
| 3 | * Copyright (c) 2023 Radxa Limited |
| 4 | */ |
| 5 | #include "rk3399-rock-pi-4-u-boot.dtsi" |
Jonas Karlman | 6a6b4f5 | 2024-04-30 15:30:24 +0000 | [diff] [blame] | 6 | |
| 7 | &pcfg_pull_none_18ma { |
| 8 | bootph-pre-ram; |
| 9 | bootph-some-ram; |
| 10 | }; |
| 11 | |
| 12 | &pcfg_pull_up_8ma { |
| 13 | bootph-pre-ram; |
| 14 | bootph-some-ram; |
| 15 | }; |
Jonas Karlman | 0ab8678 | 2024-05-01 16:22:35 +0000 | [diff] [blame] | 16 | |
| 17 | &spi1 { |
| 18 | status = "okay"; |
| 19 | |
| 20 | flash@0 { |
| 21 | compatible = "jedec,spi-nor"; |
| 22 | reg = <0>; |
| 23 | bootph-pre-ram; |
| 24 | bootph-some-ram; |
| 25 | spi-max-frequency = <10000000>; |
| 26 | }; |
| 27 | }; |