Adam Ford | 942c0e8 | 2021-02-03 06:57:19 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright 2020, Compass Electronics Group, LLC |
| 4 | */ |
| 5 | |
| 6 | /dts-v1/; |
| 7 | |
| 8 | #include "r8a774b1.dtsi" |
| 9 | #include "beacon-renesom-som.dtsi" |
| 10 | #include "beacon-renesom-baseboard.dtsi" |
| 11 | |
| 12 | / { |
| 13 | model = "Beacon Embedded Works RZ/G2N Development Kit"; |
Marek Vasut | 2a8450f | 2023-01-26 21:01:32 +0100 | [diff] [blame] | 14 | compatible = "beacon,beacon-rzg2n", "renesas,r8a774b1"; |
Adam Ford | 942c0e8 | 2021-02-03 06:57:19 -0600 | [diff] [blame] | 15 | |
| 16 | aliases { |
Marek Vasut | 1a8f48e | 2023-09-17 16:13:16 +0200 | [diff] [blame] | 17 | i2c0 = &i2c0; |
| 18 | i2c1 = &i2c1; |
| 19 | i2c2 = &i2c2; |
| 20 | i2c3 = &i2c3; |
| 21 | i2c4 = &i2c4; |
| 22 | i2c5 = &i2c5; |
| 23 | i2c6 = &i2c6; |
| 24 | i2c7 = &iic_pmic; |
Adam Ford | 942c0e8 | 2021-02-03 06:57:19 -0600 | [diff] [blame] | 25 | serial0 = &scif2; |
| 26 | serial1 = &hscif0; |
| 27 | serial2 = &hscif1; |
| 28 | serial3 = &scif0; |
| 29 | serial4 = &hscif2; |
| 30 | serial5 = &scif5; |
| 31 | serial6 = &scif4; |
| 32 | ethernet0 = &avb; |
Adam Ford | af9021f | 2021-12-06 10:29:27 -0600 | [diff] [blame] | 33 | mmc0 = &sdhi3; |
| 34 | mmc1 = &sdhi0; |
| 35 | mmc2 = &sdhi2; |
Adam Ford | 942c0e8 | 2021-02-03 06:57:19 -0600 | [diff] [blame] | 36 | }; |
| 37 | |
| 38 | chosen { |
| 39 | stdout-path = "serial0:115200n8"; |
| 40 | }; |
| 41 | }; |
| 42 | |
| 43 | &du { |
| 44 | pinctrl-0 = <&du_pins>; |
| 45 | pinctrl-names = "default"; |
| 46 | status = "okay"; |
| 47 | |
| 48 | clocks = <&cpg CPG_MOD 724>, |
| 49 | <&cpg CPG_MOD 723>, |
| 50 | <&cpg CPG_MOD 721>, |
| 51 | <&versaclock5 1>, |
| 52 | <&x302_clk>, |
| 53 | <&versaclock5 2>; |
| 54 | clock-names = "du.0", "du.1", "du.3", |
| 55 | "dclkin.0", "dclkin.1", "dclkin.3"; |
| 56 | }; |