Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2015 11:19:04 +0300
From:      Jukka Ukkonen <jau789@gmail.com>
To:        freebsd-arm@FreeBSD.org
Subject:   RPI2 and DS3231
Message-ID:  <558D0AF8.4050507@gmail.com>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?558D0AF8.4050507>