1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/spi/socione 4 $id: http://devicetree.org/schemas/spi/socionext,uniphier-spi.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Socionext UniPhier SPI controller 7 title: Socionext UniPhier SPI controller 8 8 9 description: | 9 description: | 10 UniPhier SoCs have SCSSI which supports SPI 10 UniPhier SoCs have SCSSI which supports SPI single channel. 11 11 12 maintainers: 12 maintainers: 13 - Kunihiko Hayashi <hayashi.kunihiko@socionex 13 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com> 14 - Keiji Hayashibara <hayashibara.keiji@socion 14 - Keiji Hayashibara <hayashibara.keiji@socionext.com> 15 15 16 allOf: 16 allOf: 17 - $ref: spi-controller.yaml# 17 - $ref: spi-controller.yaml# 18 18 19 properties: 19 properties: >> 20 "#address-cells": true >> 21 "#size-cells": true >> 22 20 compatible: 23 compatible: 21 const: socionext,uniphier-scssi 24 const: socionext,uniphier-scssi 22 25 23 reg: 26 reg: 24 maxItems: 1 27 maxItems: 1 25 28 26 interrupts: 29 interrupts: 27 maxItems: 1 30 maxItems: 1 28 31 29 clocks: 32 clocks: 30 maxItems: 1 33 maxItems: 1 31 34 32 resets: 35 resets: 33 maxItems: 1 36 maxItems: 1 34 37 35 required: 38 required: 36 - compatible 39 - compatible 37 - reg 40 - reg 38 - interrupts 41 - interrupts 39 - clocks 42 - clocks 40 - resets 43 - resets 41 - "#address-cells" 44 - "#address-cells" 42 - "#size-cells" 45 - "#size-cells" 43 46 44 unevaluatedProperties: false 47 unevaluatedProperties: false 45 48 46 examples: 49 examples: 47 - | 50 - | 48 spi0: spi@54006000 { 51 spi0: spi@54006000 { 49 compatible = "socionext,uniphier-scssi 52 compatible = "socionext,uniphier-scssi"; 50 reg = <0x54006000 0x100>; 53 reg = <0x54006000 0x100>; 51 #address-cells = <1>; 54 #address-cells = <1>; 52 #size-cells = <0>; 55 #size-cells = <0>; 53 interrupts = <0 39 4>; 56 interrupts = <0 39 4>; 54 clocks = <&peri_clk 11>; 57 clocks = <&peri_clk 11>; 55 resets = <&peri_rst 11>; 58 resets = <&peri_rst 11>; 56 }; 59 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.