pru: Initial support for the Beaglebone PRU

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2017-05-06 21:47:04 -04:00
parent ccaa25eaa5
commit 2255176228
10 changed files with 643 additions and 0 deletions

13
src/pru/Kconfig Normal file
View File

@@ -0,0 +1,13 @@
# Kconfig settings for PRU
if MACH_PRU
config BOARD_DIRECTORY
string
default "pru"
config CLOCK_FREQ
int
default 200000000
endif