Commit 1d669a71 authored by Enric Balletbo i Serra's avatar Enric Balletbo i Serra Committed by Tony Lindgren

ARM: dts: am335x-sl50: Enable BQ32000 Real Time Clock.

Add support for the BQ32000 Real Time Clock connected to the I2C bus
and disable the AM335x Real Time Clock.
Signed-off-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f37f911b
...@@ -302,10 +302,18 @@ tps: tps@24 { ...@@ -302,10 +302,18 @@ tps: tps@24 {
reg = <0x24>; reg = <0x24>;
}; };
bq32000: rtc@68 {
compatible = "ti,bq32000";
trickle-resistor-ohms = <1120>;
reg = <0x68>;
};
eeprom: eeprom@50 { eeprom: eeprom@50 {
compatible = "at,24c256"; compatible = "at,24c256";
reg = <0x50>; reg = <0x50>;
}; };
}; };
&i2c2 { &i2c2 {
...@@ -327,6 +335,10 @@ audio_codec: tlv320aic3106@1b { ...@@ -327,6 +335,10 @@ audio_codec: tlv320aic3106@1b {
}; };
}; };
&rtc {
status = "disabled";
};
&usb { &usb {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment