Biwen Li | 9e36eae | 2020-04-12 17:05:28 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
2 | /* | ||||
3 | * P1010RDB Device Tree Source | ||||
4 | * | ||||
5 | * Copyright 2020 NXP | ||||
6 | */ | ||||
7 | &soc { | ||||
8 | i2c@3000 { | ||||
9 | rtc@68 { | ||||
10 | compatible = "pericom,pt7c4338"; | ||||
11 | reg = <0x68>; | ||||
12 | }; | ||||
13 | }; | ||||
14 | }; |