Adam Ford | 0099dfd | 2021-02-03 06:57:20 -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 "r8a774e1.dtsi" |
| 9 | #include "beacon-renesom-som.dtsi" |
| 10 | #include "beacon-renesom-baseboard.dtsi" |
| 11 | |
| 12 | / { |
| 13 | model = "Beacon Embedded Works RZ/G2H Development Kit"; |
| 14 | compatible = "beacon,beacon-rzg2h", "renesas,r8a774e1"; |
| 15 | |
| 16 | aliases { |
| 17 | serial0 = &scif2; |
| 18 | serial1 = &hscif0; |
| 19 | serial2 = &hscif1; |
| 20 | serial3 = &scif0; |
| 21 | serial4 = &hscif2; |
| 22 | serial5 = &scif5; |
| 23 | serial6 = &scif4; |
| 24 | ethernet0 = &avb; |
| 25 | }; |
| 26 | |
| 27 | chosen { |
| 28 | stdout-path = "serial0:115200n8"; |
| 29 | }; |
| 30 | |
| 31 | memory@500000000 { |
| 32 | device_type = "memory"; |
| 33 | reg = <0x5 0x00000000 0x0 0x80000000>; |
| 34 | }; |
| 35 | }; |
| 36 | |
| 37 | &du { |
| 38 | pinctrl-0 = <&du_pins>; |
| 39 | pinctrl-names = "default"; |
| 40 | status = "okay"; |
| 41 | |
| 42 | clocks = <&cpg CPG_MOD 724>, |
| 43 | <&cpg CPG_MOD 723>, |
| 44 | <&cpg CPG_MOD 721>, |
| 45 | <&versaclock5 1>, |
| 46 | <&x302_clk>, |
| 47 | <&versaclock5 2>; |
| 48 | clock-names = "du.0", "du.1", "du.3", |
| 49 | "dclkin.0", "dclkin.1", "dclkin.3"; |
| 50 | }; |
| 51 | |
| 52 | /* Reference versaclock instead of audio_clk_a */ |
| 53 | &rcar_sound { |
| 54 | clocks = <&cpg CPG_MOD 1005>, |
| 55 | <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>, |
| 56 | <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>, |
| 57 | <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>, |
| 58 | <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>, |
| 59 | <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>, |
| 60 | <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>, |
| 61 | <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>, |
| 62 | <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>, |
| 63 | <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>, |
| 64 | <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>, |
| 65 | <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, |
| 66 | <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, |
| 67 | <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>, |
| 68 | <&versaclock6_bb 4>, <&audio_clk_b>, |
| 69 | <&audio_clk_c>, |
| 70 | <&cpg CPG_CORE R8A774E1_CLK_S0D4>; |
| 71 | }; |