RPI2 and DS3231

Jukka Ukkonen jau789 at gmail.com
Fri Jun 26 08:19:14 UTC 2015


Hello everybody,

Has anyone got a DS3231 RTC working with RPI2 yet.
The ds3231 driver has been added to the kernel config.
When I changed the DTS extension to this...

                bscl {
                        #address-cells = <1>;
                        #size-cells = <0>;

                        rtc {
  				compatible = "maxim,ds3231";
                                reg = <0xd0>;
                        };
                };

there are no longer complaints from dtc, but still
the boot hangs after the network has been brought up.

The settings for #address-cells and #size-cells were
lifted from a Linux example which also set "reg = <0x68>;".
Setting reg as in the Linux example to 0x68 did not help.
The boot still hangs.

Oh yes, the latest OS version I have tested with is head
svn r284866.

What should I try next? Any ideas anyone?

--jau


More information about the freebsd-arm mailing list