| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
| 2 | |
| 3 | #include "mt7621_netgear_sercomm_ayx.dtsi" |
| 4 | |
| 5 | / { |
| 6 | compatible = "netgear,wndr3700-v5", "mediatek,mt7621-soc"; |
| 7 | model = "Netgear WNDR3700 v5"; |
| 8 | }; |
| 9 | |
| 10 | &spi0 { |
| 11 | status = "okay"; |
| 12 | |
| 13 | flash@0 { |
| 14 | compatible = "jedec,spi-nor"; |
| 15 | reg = <0>; |
| 16 | spi-max-frequency = <10000000>; |
| 17 | |
| 18 | partitions { |
| 19 | compatible = "fixed-partitions"; |
| 20 | #address-cells = <1>; |
| 21 | #size-cells = <1>; |
| 22 | |
| 23 | partition@0 { |
| 24 | label = "u-boot"; |
| 25 | reg = <0x0 0x30000>; |
| 26 | read-only; |
| 27 | }; |
| 28 | |
| 29 | partition@30000 { |
| 30 | label = "u-boot-env"; |
| 31 | reg = <0x30000 0x10000>; |
| 32 | read-only; |
| 33 | }; |
| 34 | |
| 35 | factory: partition@f30000 { |
| 36 | label = "factory"; |
| 37 | reg = <0xf30000 0x10000>; |
| 38 | read-only; |
| 39 | }; |
| 40 | |
| 41 | partition@50000 { |
| 42 | compatible = "denx,uimage"; |
| 43 | label = "firmware"; |
| 44 | reg = <0x50000 0xee0000>; |
| 45 | }; |
| 46 | }; |
| 47 | }; |
| 48 | }; |