summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/memory-controllers/renesas,h8300-bsc.yaml
blob: 514b2c5f885869f5f5fc6c0dc1604b1fc5b9812e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/memory-controllers/renesas,h8300-bsc.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: H8/300 bus controller

maintainers:
  - Krzysztof Kozlowski <krzk@kernel.org>
  - Yoshinori Sato <ysato@users.sourceforge.jp>

properties:
  compatible:
    items:
      - enum:
          - renesas,h8300h-bsc
          - renesas,h8s-bsc
      - const: renesas,h8300-bsc

  reg:
    maxItems: 1

required:
  - compatible
  - reg

additionalProperties: false

examples:
  - |
    memory-controller@fee01e {
        compatible = "renesas,h8300h-bsc", "renesas,h8300-bsc";
        reg = <0xfee01e 8>;
    };