blob: ecaf0772d8fee550eb68b94203761a7e9e6b42db [file] [log] [blame]
Marek Vasut8fc9fa12019-08-31 18:27:58 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the SH7751 R2Dplus
4 *
5 * Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com>
6 */
7
8/dts-v1/;
9/ {
10 model = "R2D";
11 compatible = "renesas,r2d", "renesas,sh7751";
Marek Vasutcc468252019-08-31 18:25:21 +020012
13 pci@fe200000 {
14 compatible = "renesas,pci-sh7751";
15 device_type = "pci";
16 reg = <0 0xfe200000 0 0x1000>;
17 status = "okay";
18
19 bus-range = <0 0>;
20 #address-cells = <3>;
21 #size-cells = <2>;
22 #interrupt-cells = <1>;
23 ranges = <0x01000000 0 0xfe240000 0 0xfe240000 0 0x00040000
24 0x02000000 0 0xfd000000 0 0xfd000000 0 0x01000000>;
25 };
Marek Vasut8fc9fa12019-08-31 18:27:58 +020026};