drm/virtio: Add drm_panic support
[drm/drm-misc.git] / Documentation / devicetree / bindings / spi / amlogic,a1-spifc.yaml
blob043879b434acc18b2f73474281739cde03839f5c
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/spi/amlogic,a1-spifc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Amlogic A1 SPI Flash Controller
9 maintainers:
10   - Martin Kurbanov <mmkurbanov@sberdevices.ru>
12 allOf:
13   - $ref: spi-controller.yaml#
15 properties:
16   compatible:
17     enum:
18       - amlogic,a1-spifc
20   reg:
21     maxItems: 1
23   clocks:
24     maxItems: 1
26   power-domains:
27     maxItems: 1
29 required:
30   - compatible
31   - reg
32   - clocks
34 unevaluatedProperties: false
36 examples:
37   - |
38     spi@fd000400 {
39         compatible = "amlogic,a1-spifc";
40         reg = <0xfd000400 0x290>;
41         clocks = <&clkc_clkid_spifc>;
42         #address-cells = <1>;
43         #size-cells = <0>;
44     };