Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) |
| 2 | /* |
| 3 | * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>, |
| 4 | * D-82229 Seefeld, Germany. |
| 5 | * Author: Gregor Herburger, Timo Herbrecher |
| 6 | * |
| 7 | * Device Tree Include file for LS1043A based SoM of TQ |
| 8 | */ |
| 9 | |
| 10 | #include "fsl-ls1043a.dtsi" |
| 11 | #include "tqmls10xxa.dtsi" |
| 12 | |
| 13 | &qspi { |
| 14 | num-cs = <2>; |
| 15 | status = "okay"; |
| 16 | |
| 17 | qflash0: flash@0 { |
| 18 | compatible = "jedec,spi-nor"; |
| 19 | reg = <0>; |
| 20 | #address-cells = <1>; |
| 21 | #size-cells = <1>; |
| 22 | spi-max-frequency = <62500000>; |
| 23 | spi-rx-bus-width = <4>; |
| 24 | spi-tx-bus-width = <4>; |
| 25 | |
| 26 | partitions { |
| 27 | compatible = "fixed-partitions"; |
| 28 | #address-cells = <1>; |
| 29 | #size-cells = <1>; |
| 30 | }; |
| 31 | }; |
| 32 | }; |