diff options
author | Biwen Li <biwen.li@nxp.com> | 2020-04-12 17:05:28 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-05-04 09:12:37 +0530 |
commit | 9e36eae1249f477275a607736eda75e663d1b57c (patch) | |
tree | 898c6ccac792109966e8c3b22efb2a4469ed629c /arch/powerpc/dts/p1010rdb.dtsi | |
parent | d76485b9411a680be2a25e1bc4f8da36619815dd (diff) |
powerpc: dts: p1010: add i2c node
Add i2c node of p1010
Signed-off-by: Biwen Li <biwen.li@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch/powerpc/dts/p1010rdb.dtsi')
-rw-r--r-- | arch/powerpc/dts/p1010rdb.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/powerpc/dts/p1010rdb.dtsi b/arch/powerpc/dts/p1010rdb.dtsi new file mode 100644 index 0000000000..4f58ee2446 --- /dev/null +++ b/arch/powerpc/dts/p1010rdb.dtsi @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ OR X11 +/* + * P1010RDB Device Tree Source + * + * Copyright 2020 NXP + */ +&soc { + i2c@3000 { + rtc@68 { + compatible = "pericom,pt7c4338"; + reg = <0x68>; + }; + }; +}; |