.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2012 Marvell Technology Group Ltd. |
---|
3 | 4 | * 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. |
---|
8 | 5 | */ |
---|
9 | 6 | |
---|
10 | 7 | /dts-v1/; |
---|
.. | .. |
---|
21 | 18 | memory { |
---|
22 | 19 | reg = <0x00000000 0x04000000>; |
---|
23 | 20 | }; |
---|
| 21 | +}; |
---|
24 | 22 | |
---|
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"; |
---|
38 | 33 | }; |
---|