Christopher Obbard | 76c7c37 | 2023-07-19 17:33:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com> | ||||
4 | */ | ||||
5 | |||||
6 | #include "rk3399-rock-pi-4-u-boot.dtsi" | ||||
Jonas Karlman | 0ab8678 | 2024-05-01 16:22:35 +0000 | [diff] [blame] | 7 | |
8 | &spi1 { | ||||
9 | status = "okay"; | ||||
10 | |||||
11 | flash@0 { | ||||
12 | compatible = "jedec,spi-nor"; | ||||
13 | reg = <0>; | ||||
14 | bootph-pre-ram; | ||||
15 | bootph-some-ram; | ||||
16 | spi-max-frequency = <10000000>; | ||||
17 | }; | ||||
18 | }; |