| /linux/Documentation/devicetree/bindings/spi/ | 
| H A D | spi-peripheral-props.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/spi/spi-peripheral-props.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Peripheral-specific properties for a SPI bus.
 10   Many SPI controllers need to add properties to peripheral devices. They could
 11   be common properties like spi-max-frequency, spi-cs-high, etc. or they could
 14   per-peripheral and there can be multiple peripherals attached to a
 20   - Mark Brown <broonie@kernel.org>
 28         - minimum: 0
 [all …]
 
 | 
| H A D | nvidia,tegra210-quad.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/spi/nvidia,tegra210-quad.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Tegra Quad SPI Controller
 10   - Thierry Reding <thierry.reding@gmail.com>
 11   - Jonathan Hunter <jonathanh@nvidia.com>
 16       - nvidia,tegra210-qspi
 17       - nvidia,tegra186-qspi
 18       - nvidia,tegra194-qspi
 [all …]
 
 | 
| H A D | aspeed,ast2600-fmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/spi/aspeed,ast2600-fmc.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
 11   - Cédric Le Goater <clg@kaod.org>
 15   SPI) of the AST2400, AST2500 and AST2600 SOCs.
 18   - $ref: spi-controller.yaml#
 23       - aspeed,ast2600-fmc
 24       - aspeed,ast2600-spi
 [all …]
 
 | 
| H A D | allwinner,sun4i-a10-spi.yaml | 1 # SPDX-License-Identifier: GPL-2.03 ---
 4 $id: http://devicetree.org/schemas/spi/allwinner,sun4i-a10-spi.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Allwinner A10 SPI Controller
 10   - $ref: spi-controller.yaml
 13   - Chen-Yu Tsai <wens@csie.org>
 14   - Maxime Ripard <mripard@kernel.org>
 18     const: allwinner,sun4i-a10-spi
 28       - description: Bus Clock
 [all …]
 
 | 
| H A D | allwinner,sun6i-a31-spi.yaml | 1 # SPDX-License-Identifier: GPL-2.03 ---
 4 $id: http://devicetree.org/schemas/spi/allwinner,sun6i-a31-spi.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Allwinner A31 SPI Controller
 10   - $ref: spi-controller.yaml
 13   - Chen-Yu Tsai <wens@csie.org>
 14   - Maxime Ripard <mripard@kernel.org>
 19       - const: allwinner,sun50i-r329-spi
 20       - const: allwinner,sun6i-a31-spi
 [all …]
 
 | 
| H A D | mediatek,spi-mtk-snfi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/spi/mediatek,spi-mtk-snfi.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: SPI-NAND flash controller for MediaTek ARM SoCs
 10   - Chuanhong Guo <gch981213@gmail.com>
 13   The Mediatek SPI-NAND flash controller is an extended version of
 14   the Mediatek NAND flash controller. It can perform standard SPI
 15   instructions with one continuous write and one read for up-to 0xa0
 16   bytes. It also supports typical SPI-NAND page cache operations
 [all …]
 
 | 
| H A D | airoha,en7581-snand.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/spi/airoha,en7581-snand.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: SPI-NAND flash controller for Airoha ARM SoCs
 10   - Lorenzo Bianconi <lorenzo@kernel.org>
 13   - $ref: spi-controller.yaml#
 17     const: airoha,en7581-snand
 21       - description: spi base address
 22       - description: nfi2spi base address
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/freescale/ | 
| H A D | fsl-ls1046a-tqmls1046a.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)3  * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
 4  * D-82229 Seefeld, Germany.
 10 #include "fsl-ls1046a.dtsi"
 14 	num-cs = <2>;
 18 		compatible = "jedec,spi-nor";
 20 		spi-max-frequency = <62500000>;
 21 		spi-rx-bus-width = <4>;
 22 		spi-tx-bus-width = <4>;
 23 		vcc-supply = <®_vcc1v8>;
 [all …]
 
 | 
| H A D | fsl-ls1088a-tqmls1088a.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)3  * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
 4  * D-82229 Seefeld, Germany.
 10 #include "fsl-ls1088a.dtsi"
 14 	num-cs = <2>;
 18 		compatible = "jedec,spi-nor";
 20 		spi-max-frequency = <62500000>;
 21 		spi-rx-bus-width = <4>;
 22 		spi-tx-bus-width = <4>;
 23 		vcc-supply = <®_vcc1v8>;
 [all …]
 
 | 
| H A D | fsl-lx2160a-tqmlx2160a.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT3  * Copyright (c) 2020-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
 4  * D-82229 Seefeld, Germany.
 8 #include "fsl-lx2160a.dtsi"
 11 	reg_vcc3v3: regulator-vcc3v3 {
 12 		compatible = "regulator-fixed";
 13 		regulator-name = "VCC3V3";
 14 		regulator-min-microvolt = <3300000>;
 15 		regulator-max-microvolt = <3300000>;
 16 		regulator-always-on;
 [all …]
 
 | 
| H A D | fsl-ls1088a-qds.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)11 /dts-v1/;
 13 #include "fsl-ls1088a.dtsi"
 17 	compatible = "fsl,ls1088a-qds", "fsl,ls1088a";
 21 	bus-num = <0>;
 25 		#address-cells = <1>;
 26 		#size-cells = <1>;
 27 		compatible = "jedec,spi-nor";
 29 		spi-max-frequency = <1000000>;
 33 		#address-cells = <1>;
 [all …]
 
 | 
| H A D | fsl-ls2081a-rdb.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)11 /dts-v1/;
 13 #include "fsl-ls2088a.dtsi"
 17 	compatible = "fsl,ls2081a-rdb", "fsl,ls2081a";
 25 		stdout-path = "serial1:115200n8";
 33 		compatible = "jedec,spi-nor";
 34 		#address-cells = <1>;
 35 		#size-cells = <1>;
 36 		spi-max-frequency = <3000000>;
 51 		#address-cells = <1>;
 [all …]
 
 | 
| H A D | fsl-ls1046a-rdb.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3  * Device Tree Include file for Freescale Layerscape-1046A family SoC.
 6  * Copyright 2019-2020 NXP
 11 /dts-v1/;
 13 #include "fsl-ls1046a.dtsi"
 17 	compatible = "fsl,ls1046a-rdb", "fsl,ls1046a";
 27 		stdout-path = "serial0:115200n8";
 40 	mmc-hs200-1_8v;
 41 	sd-uhs-sdr104;
 42 	sd-uhs-sdr50;
 [all …]
 
 | 
| H A D | fsl-ls208xa-qds.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)14 	phy-handle = <&mdio0_phy12>;
 15 	phy-connection-type = "sgmii";
 19 	phy-handle = <&mdio0_phy13>;
 20 	phy-connection-type = "sgmii";
 24 	phy-handle = <&mdio0_phy14>;
 25 	phy-connection-type = "sgmii";
 29 	phy-handle = <&mdio0_phy15>;
 30 	phy-connection-type = "sgmii";
 34 	mmc-hs200-1_8v;
 [all …]
 
 | 
| H A D | fsl-lx2160a-rdb.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)5 // Copyright 2018-2020 NXP
 7 /dts-v1/;
 9 #include "fsl-lx2160a.dtsi"
 13 	compatible = "fsl,lx2160a-rdb", "fsl,lx2160a";
 23 		stdout-path = "serial0:115200n8";
 26 	sb_3v3: regulator-sb3v3 {
 27 		compatible = "regulator-fixed";
 28 		regulator-name = "MC34717-3.3VSB";
 29 		regulator-min-microvolt = <3300000>;
 [all …]
 
 | 
| H A D | fsl-ls1088a-rdb.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)5  * Copyright 2017-2020 NXP
 11 /dts-v1/;
 13 #include "fsl-ls1088a.dtsi"
 17 	compatible = "fsl,ls1088a-rdb", "fsl,ls1088a";
 21 	phy-handle = <&mdio2_aquantia_phy>;
 22 	phy-connection-type = "10gbase-r";
 23 	pcs-handle = <&pcs2>;
 27 	phy-handle = <&mdio1_phy5>;
 28 	phy-connection-type = "qsgmii";
 [all …]
 
 | 
| H A D | fsl-lx2162a-sr-som.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)3 // Device Tree file for LX2162A-SOM
 5 // Copyright 2021 Rabeeh Khoury <rabeeh@solid-run.com>
 6 // Copyright 2023 Josua Mayer <josua@solid-run.com>
 13 	phy-handle = <ðernet_phy0>;
 14 	phy-connection-type = "rgmii-id";
 20 	ethernet_phy0: ethernet-phy@1 {
 26 	bus-width = <8>;
 27 	mmc-hs200-1_8v;
 28 	mmc-hs400-1_8v;
 [all …]
 
 | 
| H A D | fsl-ls1043a-tqmls1043a.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)3  * Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
 4  * D-82229 Seefeld, Germany.
 10 #include "fsl-ls1043a.dtsi"
 14 	num-cs = <2>;
 18 		compatible = "jedec,spi-nor";
 20 		spi-max-frequency = <62500000>;
 21 		spi-rx-bus-width = <4>;
 22 		spi-tx-bus-width = <4>;
 23 		vcc-supply = <®_vcc1v8>;
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/aspeed/ | 
| H A D | aspeed-bmc-inventec-transformers.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later4 /dts-v1/;
 6 #include "aspeed-g6.dtsi"
 7 #include "aspeed-g6-pinctrl.dtsi"
 8 #include <dt-bindings/i2c/i2c.h>
 9 #include <dt-bindings/gpio/aspeed-gpio.h>
 13        compatible = "inventec,transformer-bmc", "aspeed,ast2600";
 20                stdout-path = &uart5;
 30                compatible = "gpio-leds";
 49        ethphy0: ethernet-phy@0 {
 [all …]
 
 | 
| H A D | aspeed-bmc-inventec-starscream.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later4 /dts-v1/;
 6 #include "aspeed-g6.dtsi"
 7 #include "aspeed-g6-pinctrl.dtsi"
 8 #include <dt-bindings/i2c/i2c.h>
 9 #include <dt-bindings/gpio/aspeed-gpio.h>
 13 	compatible = "inventec,starscream-bmc", "aspeed,ast2600";
 20 		stdout-path = &uart5;
 28 	reserved-memory {
 29 		#address-cells = <1>;
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/nxp/imx/ | 
| H A D | imx6sx-sdb.dts | 1 // SPDX-License-Identifier: GPL-2.05 #include "imx6sx-sdb.dtsi"
 12 	clock-frequency = <100000>;
 13 	pinctrl-names = "default";
 14 	pinctrl-0 = <&pinctrl_i2c1>;
 23 				regulator-min-microvolt = <300000>;
 24 				regulator-max-microvolt = <1875000>;
 25 				regulator-boot-on;
 26 				regulator-always-on;
 27 				regulator-ramp-delay = <6250>;
 [all …]
 
 | 
| H A D | imx6sx-sdb-reva.dts | 1 // SPDX-License-Identifier: GPL-2.05 #include "imx6sx-sdb.dtsi"
 9 	compatible = "fsl,imx6sx-sdb-reva", "fsl,imx6sx";
 13 	clock-frequency = <100000>;
 14 	pinctrl-names = "default";
 15 	pinctrl-0 = <&pinctrl_i2c1>;
 24 				regulator-min-microvolt = <300000>;
 25 				regulator-max-microvolt = <1875000>;
 26 				regulator-boot-on;
 27 				regulator-always-on;
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/renesas/ | 
| H A D | r8a7743-iwg20m.dtsi | 1 // SPDX-License-Identifier: GPL-2.03  * Device Tree Source for the iWave-RZG1M-20M Qseven SOM
 9 #include <dt-bindings/gpio/gpio.h>
 25 		compatible = "regulator-fixed";
 26 		regulator-name = "3P3V";
 27 		regulator-min-microvolt = <3300000>;
 28 		regulator-max-microvolt = <3300000>;
 29 		regulator-always-on;
 30 		regulator-boot-on;
 35 	clock-frequency = <20000000>;
 [all …]
 
 | 
| H A D | r8a7744-iwg20m.dtsi | 1 // SPDX-License-Identifier: GPL-2.09 #include <dt-bindings/gpio/gpio.h>
 20 		compatible = "regulator-fixed";
 21 		regulator-name = "3P3V";
 22 		regulator-min-microvolt = <3300000>;
 23 		regulator-max-microvolt = <3300000>;
 24 		regulator-always-on;
 25 		regulator-boot-on;
 30 	clock-frequency = <20000000>;
 47 		power-source = <3300>;
 [all …]
 
 | 
| H A D | r8a7745-iwg22m.dtsi | 1 // SPDX-License-Identifier: GPL-2.03  * Device Tree Source for the iWave-RZG1E-G22M SODIMM SOM
 9 #include <dt-bindings/gpio/gpio.h>
 20 		compatible = "regulator-fixed";
 21 		regulator-name = "3P3V";
 22 		regulator-min-microvolt = <3300000>;
 23 		regulator-max-microvolt = <3300000>;
 24 		regulator-always-on;
 25 		regulator-boot-on;
 34 	clock-frequency = <20000000>;
 [all …]
 
 |