Skip to content

Commit 5030894

Browse files
committed
Updated README to define pps-rp1.
Signed-off-by: Josh Blake <mail@josh.to>
1 parent b1332bf commit 5030894

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

  • arch/arm/boot/dts/overlays

arch/arm/boot/dts/overlays/README

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4152,6 +4152,46 @@ Params: gpiopin Input GPIO (default "18")
41524152
Default is "off".
41534153

41544154

4155+
Name: pps-rp1
4156+
4157+
Info: Configures the pps-gpio kernel module for use with the RP1 found on the
4158+
RPi 5 (pulse-per-second time signal via GPIO).
4159+
4160+
Load: dtoverlay=pps-rp1,<param>=<val>
4161+
4162+
Params: pin (integer) Specifies the PPS Input pin.
4163+
Takes the pin number correlating to the RPi 40-pin GPIO Header.
4164+
Defaults to GPIO 18.
4165+
4166+
pull-none (boolean) Disable pull-up/down resistors on the PPS Input pin.
4167+
4168+
pull-up (boolean) Enable pull-up resistor on the PPS Input pin.
4169+
4170+
pull-down (boolean) Enable pull-down resistor on the PPS Input pin.
4171+
4172+
schmitt-trigger (boolean) Enable the Schmitt-trigger on the PPS Input pin.
4173+
Defaults to off.
4174+
4175+
echo-pin (integer) Specifies the PPS Echo Output pin.
4176+
Takes the pin number correlating to the RPi 40-pin GPIO Header.
4177+
Defaults to GPIO 17.
4178+
4179+
echo-ms (integer) Specifies the pulse-width in ms that the echo signal
4180+
outputs on the PPS Echo Output pin.
4181+
Must be less than 999.
4182+
Defaults to 10ms.
4183+
4184+
echo (boolean) Enables the PPS Echo Output signal.
4185+
Defaults to off.
4186+
4187+
capture-clear (boolean) Captures the clear event time.
4188+
Defaults to off.
4189+
4190+
assert-falling-edge (boolean) Uses the falling signal edge instead of the
4191+
rising signal edge.
4192+
Defaults to off.
4193+
4194+
41554195
Name: proto-codec
41564196
Info: Configures the PROTO Audio Codec card
41574197
Load: dtoverlay=proto-codec

0 commit comments

Comments
 (0)