commit | 53fbdd1a5ca8206ef582e4b80fb0f7cf854c0c9f | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Fri Mar 29 10:18:17 2019 +0100 |
committer | Mario Six <mario.six@gdsys.cc> | Tue May 21 08:03:38 2019 +0200 |
tree | 8da820abec472980c068a81ec3784d3d0a635751 | |
parent | 581b681eeffe951182e25496483d9999dacf3db2 [diff] [blame] |
gazerbeam: Import Linux DT Import the Linux device tree for the Gazerbeam board. Signed-off-by: Mario Six <mario.six@gdsys.cc>
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 0000000..336bdca --- /dev/null +++ b/arch/powerpc/dts/gdsys/soc/i2c/dallas-rtc.dtsi
@@ -0,0 +1,6 @@ +&IIC { + ds1339@68 { + compatible = "dallas,ds1339"; + reg = <0x68>; + }; +};