Skip to content

Commit

Permalink
docmument research
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefooted Boobie committed Jan 9, 2025
1 parent 2764615 commit 7332377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcm283x/gpio.go
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ func (d *driverGPIO) Init() (bool, error) {
d.dramBus = 0xC0000000
d.useLegacyPull = true
case strings.Contains(dTCompatible, "bcm2712"):
// RPi5
// RPi5 -- https://github.com/WiringPi/WiringPi/blob/master/wiringPi/wiringPi.c doesn't look optimistic
d.baseAddr = 0xFE000000
d.dramBus = 0xC0000000
d.useLegacyPull = false
Expand Down

0 comments on commit 7332377

Please sign in to comment.