hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/pxa168-aspenite.dts
....@@ -1,10 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2012 Marvell Technology Group Ltd.
34 * Author: Haojian Zhuang <haojian.zhuang@marvell.com>
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License version 2 as
7
- * publishhed by the Free Software Foundation.
85 */
96
107 /dts-v1/;
....@@ -21,18 +18,16 @@
2118 memory {
2219 reg = <0x00000000 0x04000000>;
2320 };
21
+};
2422
25
- soc {
26
- apb@d4000000 {
27
- uart1: uart@d4017000 {
28
- status = "okay";
29
- };
30
- twsi1: i2c@d4011000 {
31
- status = "okay";
32
- };
33
- rtc: rtc@d4010000 {
34
- status = "okay";
35
- };
36
- };
37
- };
23
+&uart1 {
24
+ status = "okay";
25
+};
26
+
27
+&twsi1 {
28
+ status = "okay";
29
+};
30
+
31
+&rtc {
32
+ status = "okay";
3833 };