hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arc/boot/dts/axc001.dtsi
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com)
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85
96 /*
....@@ -31,6 +28,12 @@
3128 clock-frequency = <750000000>;
3229 };
3330
31
+ input_clk: input-clk {
32
+ #clock-cells = <0>;
33
+ compatible = "fixed-clock";
34
+ clock-frequency = <33333333>;
35
+ };
36
+
3437 core_intc: arc700-intc@cpu {
3538 compatible = "snps,arc700-intc";
3639 interrupt-controller;
....@@ -41,7 +44,7 @@
4144 * this GPIO block ORs all interrupts on CPU card (creg,..)
4245 * to uplink only 1 IRQ to ARC core intc
4346 */
44
- dw-apb-gpio@0x2000 {
47
+ dw-apb-gpio@2000 {
4548 compatible = "snps,dw-apb-gpio";
4649 reg = < 0x2000 0x80 >;
4750 #address-cells = <1>;
....@@ -60,7 +63,7 @@
6063 };
6164 };
6265
63
- debug_uart: dw-apb-uart@0x5000 {
66
+ debug_uart: dw-apb-uart@5000 {
6467 compatible = "snps,dw-apb-uart";
6568 reg = <0x5000 0x100>;
6669 clock-frequency = <33333000>;
....@@ -88,7 +91,7 @@
8891 * avoid duplicating the MB dtsi file given that IRQ from
8992 * this intc to cpu intc are different for axs101 and axs103
9093 */
91
- mb_intc: dw-apb-ictl@0xe0012000 {
94
+ mb_intc: interrupt-controller@e0012000 {
9295 #interrupt-cells = <1>;
9396 compatible = "snps,dw-apb-ictl";
9497 reg = < 0x0 0xe0012000 0x0 0x200 >;