summaryrefslogtreecommitdiff
path: root/arch/powerpc/dts/gdsys/soc/i2c/dallas-rtc.dtsi
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2019-03-29 10:18:17 +0100
committerMario Six <mario.six@gdsys.cc>2019-05-21 08:03:38 +0200
commit96373c1d91ab7ec4d781d5b73828abda1419ca25 (patch)
tree8da820abec472980c068a81ec3784d3d0a635751 /arch/powerpc/dts/gdsys/soc/i2c/dallas-rtc.dtsi
parent9638879cba99a3736bbae5ba5987e526b7a430d4 (diff)
gazerbeam: Import Linux DT
Import the Linux device tree for the Gazerbeam board. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'arch/powerpc/dts/gdsys/soc/i2c/dallas-rtc.dtsi')
-rw-r--r--arch/powerpc/dts/gdsys/soc/i2c/dallas-rtc.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/dts/gdsys/soc/i2c/dallas-rtc.dtsi b/arch/powerpc/dts/gdsys/soc/i2c/dallas-rtc.dtsi
new file mode 100644
index 0000000000..336bdcaf2e
--- /dev/null
+++ b/arch/powerpc/dts/gdsys/soc/i2c/dallas-rtc.dtsi
@@ -0,0 +1,6 @@
+&IIC {
+ ds1339@68 {
+ compatible = "dallas,ds1339";
+ reg = <0x68>;
+ };
+};