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 LS1046A based SoM of TQ 8 */ 9 10 #include "fsl-ls1046a.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 33 qflash1: flash@1 { 34 compatible = "jedec,spi-nor"; 35 reg = <1>; 36 #address-cells = <1>; 37 #size-cells = <1>; 38 spi-max-frequency = <62500000>; 39 spi-rx-bus-width = <4>; 40 spi-tx-bus-width = <4>; 41 }; 42 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.