Marek Vasut | 8c2c463 | 2019-08-31 18:27:58 +0200 | [diff] [blame] | 1 | // 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 Vasut | eaae4ee | 2019-08-31 18:25:21 +0200 | [diff] [blame] | 12 | |
Marek Vasut | f70ca79 | 2020-05-09 21:34:01 +0200 | [diff] [blame] | 13 | #address-cells = <2>; |
| 14 | #size-cells = <2>; |
| 15 | |
| 16 | aliases { |
| 17 | serial0 = &scif1; |
| 18 | }; |
| 19 | |
| 20 | scif_clks: scif60 { |
| 21 | #clock-cells = <0>; |
| 22 | compatible = "fixed-clock"; |
| 23 | clock-frequency = <60000000>; |
| 24 | u-boot,dm-pre-reloc; |
| 25 | }; |
| 26 | |
| 27 | scif1: serial@ffe80000 { |
| 28 | compatible = "renesas,scif"; |
| 29 | reg = <0 0xffe80000 0 0x1000>; |
| 30 | clocks = <&scif_clks>; |
| 31 | clock-names = "fck"; |
| 32 | status = "okay"; |
| 33 | u-boot,dm-pre-reloc; |
| 34 | }; |
| 35 | |
Marek Vasut | eaae4ee | 2019-08-31 18:25:21 +0200 | [diff] [blame] | 36 | pci@fe200000 { |
| 37 | compatible = "renesas,pci-sh7751"; |
| 38 | device_type = "pci"; |
| 39 | reg = <0 0xfe200000 0 0x1000>; |
| 40 | status = "okay"; |
| 41 | |
| 42 | bus-range = <0 0>; |
| 43 | #address-cells = <3>; |
| 44 | #size-cells = <2>; |
| 45 | #interrupt-cells = <1>; |
| 46 | ranges = <0x01000000 0 0xfe240000 0 0xfe240000 0 0x00040000 |
Marek Vasut | a12c90a | 2019-09-14 21:18:09 +0200 | [diff] [blame] | 47 | 0x02000000 0 0xfd000000 0 0xfd000000 0 0x01000000 |
| 48 | 0x42000000 0 0x0c000000 0 0x8c000000 0 0x04000000>; |
Marek Vasut | eaae4ee | 2019-08-31 18:25:21 +0200 | [diff] [blame] | 49 | }; |
Marek Vasut | 8c2c463 | 2019-08-31 18:27:58 +0200 | [diff] [blame] | 50 | }; |