aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-refhw-gen3/recipes-kernel/files/0002-Introduce-dts-file-for-refhw-r-car-board.patch
blob: cefd7cd5cedba5ffa69e9425f426c766c3edad39 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
 arch/arm64/boot/dts/renesas/r8a7795-refhw.dts | 76 +++++++++++++++++++++++++++
 1 file changed, 76 insertions(+)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a7795-refhw.dts

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-refhw.dts b/arch/arm64/boot/dts/renesas/r8a7795-refhw.dts
new file mode 100644
index 0000000..d586c4c
--- /dev/null
+++ b/arch/arm64/boot/dts/renesas/r8a7795-refhw.dts
@@ -0,0 +1,76 @@
+/*
+ * Device Tree Source for the reference hardware board with R-Car H3 ES3.0
+ *
+ * Copyright (C) 2019 Panasonic Corp.
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2.  This program is licensed "as is" without any warranty of any
+ * kind, whether express or implied.
+ */
+
+#include "r8a7795-salvator-xs-4x2g.dts"
+
+/ {
+	vga {
+		port {
+			vga_in: endpoint {
+				/delete-property/remote-endpoint;
+			};
+		};
+	};
+
+	vga-encoder {
+		ports {
+			port@0 {
+				adv7123_in: endpoint {
+					/delete-property/remote-endpoint;
+				};
+			};
+
+			port@1 {
+				adv7123_out: endpoint {
+					/delete-property/remote-endpoint;
+				};
+			};
+		};
+	};
+
+};
+
+&du {
+	ports {
+		port@0 {
+			endpoint {
+				/delete-property/remote-endpoint;
+			};
+		};
+
+		port@3 {
+			endpoint {
+				/delete-property/remote-endpoint;
+			};
+		};
+	};
+};
+
+&lvds0 {
+	status = "disabled";
+};
+
+&pwm1 {
+	status = "disabled";
+};
+
+&scif_clk {
+	clock-frequency = <0>;
+};
+
+&sdhi0 {
+	/delete-property/ wp-gpios;
+	non-removable;
+};
+
+&sdhi3 {
+	/delete-property/ wp-gpios;
+	non-removable;
+};
-- 
2.7.4