]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/dt-bindings/pinctrl/bcm2835.h
fdt: update bcm283x device tree sources to Linux 4.14 state
[people/ms/u-boot.git] / include / dt-bindings / pinctrl / bcm2835.h
index 6f0bc37af39ca64a51258a0673b6c981fec7d110..e4e4fdf5d38fbef0dfdcff1ca2e288507f252677 100644 (file)
@@ -24,4 +24,9 @@
 #define BCM2835_FSEL_ALT2      6
 #define BCM2835_FSEL_ALT3      7
 
+/* brcm,pull property */
+#define BCM2835_PUD_OFF                0
+#define BCM2835_PUD_DOWN       1
+#define BCM2835_PUD_UP         2
+
 #endif /* __DT_BINDINGS_PINCTRL_BCM2835_H__ */