mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
arm: rpi: Drop the GPIO device addresses
We can rely on the device tree to provide this information. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
cb0eae8cf8
commit
b59357464c
1 changed files with 0 additions and 5 deletions
|
|
@ -9,11 +9,6 @@
|
|||
#ifndef _BCM2835_GPIO_H_
|
||||
#define _BCM2835_GPIO_H_
|
||||
|
||||
#ifndef CONFIG_BCM2835
|
||||
#define BCM2835_GPIO_BASE 0x3f200000
|
||||
#else
|
||||
#define BCM2835_GPIO_BASE 0x20200000
|
||||
#endif
|
||||
#define BCM2835_GPIO_COUNT 54
|
||||
|
||||
#define BCM2835_GPIO_FSEL_MASK 0x7
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue