boards: add rock960 support
Signed-off-by: Hongxin Liu <761896148@qq.com>
This commit is contained in:
committed by
Manivannan Sadhasivam
parent
b90c0efcb8
commit
4b2279704b
@@ -94,6 +94,8 @@ mraa_arm_platform()
|
||||
platform_type = MRAA_96BOARDS;
|
||||
else if (mraa_file_contains("/proc/device-tree/model", "HiKey960"))
|
||||
platform_type = MRAA_96BOARDS;
|
||||
else if (mraa_file_contains("/proc/device-tree/model", "ROCK960"))
|
||||
platform_type = MRAA_96BOARDS;
|
||||
else if (mraa_file_contains("/proc/device-tree/model", "s900"))
|
||||
platform_type = MRAA_96BOARDS;
|
||||
else if (mraa_file_contains("/proc/device-tree/compatible", "raspberrypi,"))
|
||||
|
||||
Reference in New Issue
Block a user