On Mon, Jun 25, 2018 at 11:56 AM, Thomas Remmert
<
trem...@snaggleboards.com> wrote:
> Very cool.... Wish I knew about the GNSS 5 click before!
>
> Just for further understanding, if I were to apply the DTS file that
> you linked to, would that "disable" all other pins on the board? For
> example, if I loaded your DTS file, would my other ADC pins (that I
> currently use) stop working? If so, I assume I would need to load two
> overlays?
With the PocketBeagle, "cape-universal" is built-into the base *.dtb..
For the BeagleBone Black, this will be the default for v4.16.x+
So for the BeagleBone Black, with a less then v4.16.x based kernel,
you don't need to 'disable' the taken pins, just define and use them.
An overlay, doesn't have to be "one" node, you can combine all your
modifications into one overlay aka pps and adc pins..