summaryrefslogtreecommitdiff
path: root/arch/powerpc/dts/p1010rdb.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/dts/p1010rdb.dtsi')
-rw-r--r--arch/powerpc/dts/p1010rdb.dtsi14
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>;
+ };
+ };
+};