hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arc/boot/dts/vdk_axs10x_mb.dtsi
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Support for peripherals on the AXS10x mainboard (VDK version)
34 *
45 * Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
107
118 / {
....@@ -36,7 +33,7 @@
3633 };
3734 };
3835
39
- ethernet@0x18000 {
36
+ ethernet@18000 {
4037 #interrupt-cells = <1>;
4138 compatible = "snps,dwmac";
4239 reg = < 0x18000 0x2000 >;
....@@ -49,13 +46,13 @@
4946 clock-names = "stmmaceth";
5047 };
5148
52
- ehci@0x40000 {
49
+ ehci@40000 {
5350 compatible = "generic-ehci";
5451 reg = < 0x40000 0x100 >;
5552 interrupts = < 8 >;
5653 };
5754
58
- uart@0x20000 {
55
+ uart@20000 {
5956 compatible = "snps,dw-apb-uart";
6057 reg = <0x20000 0x100>;
6158 clock-frequency = <2403200>;
....@@ -65,7 +62,7 @@
6562 reg-io-width = <4>;
6663 };
6764
68
- uart@0x21000 {
65
+ uart@21000 {
6966 compatible = "snps,dw-apb-uart";
7067 reg = <0x21000 0x100>;
7168 clock-frequency = <2403200>;
....@@ -75,7 +72,7 @@
7572 reg-io-width = <4>;
7673 };
7774
78
- uart@0x22000 {
75
+ uart@22000 {
7976 compatible = "snps,dw-apb-uart";
8077 reg = <0x22000 0x100>;
8178 clock-frequency = <2403200>;
....@@ -101,7 +98,7 @@
10198 interrupt-names = "arc_ps2_irq";
10299 };
103100
104
- mmc@0x15000 {
101
+ mmc@15000 {
105102 compatible = "snps,dw-mshc";
106103 reg = <0x15000 0x400>;
107104 fifo-depth = <1024>;
....@@ -117,11 +114,11 @@
117114 * Embedded Vision subsystem UIO mappings; only relevant for EV VDK
118115 *
119116 * This node is intentionally put outside of MB above becase
120
- * it maps areas outside of MB's 0xEz-0xFz.
117
+ * it maps areas outside of MB's 0xez-0xfz.
121118 */
122
- uio_ev: uio@0xD0000000 {
119
+ uio_ev: uio@d0000000 {
123120 compatible = "generic-uio";
124
- reg = <0xD0000000 0x2000 0xD1000000 0x2000 0x90000000 0x10000000 0xC0000000 0x10000000>;
121
+ reg = <0xd0000000 0x2000 0xd1000000 0x2000 0x90000000 0x10000000 0xc0000000 0x10000000>;
125122 reg-names = "ev_gsa", "ev_ctrl", "ev_shared_mem", "ev_code_mem";
126123 interrupt-parent = <&mb_intc>;
127124 interrupts = <23>;