]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts
Add support for Allo Piano DAC 2.1 plus add-on board for Raspberry Pi.
[mirror_ubuntu-zesty-kernel.git] / arch / arm / boot / dts / overlays / i2c-rtc-overlay.dts
CommitLineData
0a7ba7e9 1// Definitions for several I2C based Real Time Clocks
2/dts-v1/;
3/plugin/;
4
5/ {
6 compatible = "brcm,bcm2708";
7
8 fragment@0 {
9 target = <&i2c_arm>;
10 __overlay__ {
11 #address-cells = <1>;
12 #size-cells = <0>;
13 status = "okay";
14
15 abx80x: abx80x@69 {
16 compatible = "abracon,abx80x";
17 reg = <0x69>;
18 abracon,tc-diode = "standard";
19 abracon,tc-resistor = <0>;
20 status = "disable";
21 };
22 ds1307: ds1307@68 {
23 compatible = "maxim,ds1307";
24 reg = <0x68>;
25 status = "disable";
26 };
27 ds1339: ds1339@68 {
28 compatible = "dallas,ds1339";
29 trickle-resistor-ohms = <0>;
30 reg = <0x68>;
31 status = "disable";
32 };
33 mcp7940x: mcp7940x@6f {
34 compatible = "microchip,mcp7940x";
35 reg = <0x6f>;
36 status = "disable";
37 };
38 mcp7941x: mcp7941x@6f {
39 compatible = "microchip,mcp7941x";
40 reg = <0x6f>;
41 status = "disable";
42 };
43 ds3231: ds3231@68 {
44 compatible = "maxim,ds3231";
45 reg = <0x68>;
46 status = "disable";
47 };
48 pcf2127: pcf2127@51 {
49 compatible = "nxp,pcf2127";
50 reg = <0x51>;
51 status = "disable";
52 };
53 pcf8523: pcf8523@68 {
54 compatible = "nxp,pcf8523";
55 reg = <0x68>;
56 status = "disable";
57 };
58 pcf8563: pcf8563@51 {
59 compatible = "nxp,pcf8563";
60 reg = <0x51>;
61 status = "disable";
62 };
63 };
64 };
65 __overrides__ {
66 abx80x = <&abx80x>,"status";
67 ds1307 = <&ds1307>,"status";
68 ds1339 = <&ds1339>,"status";
69 ds3231 = <&ds3231>,"status";
70 mcp7940x = <&mcp7940x>,"status";
71 mcp7941x = <&mcp7941x>,"status";
72 pcf2127 = <&pcf2127>,"status";
73 pcf8523 = <&pcf8523>,"status";
74 pcf8563 = <&pcf8563>,"status";
75 trickle-diode-type = <&abx80x>,"abracon,tc-diode";
76 trickle-resistor-ohms = <&ds1339>,"trickle-resistor-ohms:0",
77 <&abx80x>,"abracon,tc-resistor";
78 wakeup-source = <&ds1339>,"wakeup-source?",
79 <&ds3231>,"wakeup-source?",
80 <&mcp7940x>,"wakeup-source?",
81 <&mcp7941x>,"wakeup-source?";
82 };
83};