FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5929 Discussions

Device tree and HPS access

XChoo
Beginner
887 Views

Hello support.

I need to know if the device tree attribute disabled or ok affecting HPS access to FPGA peripherals .

 

0 Kudos
1 Solution
Fawaz_Al-Jubori
Employee
661 Views

Hello,

The "Disable" and "OK" attributes in the device tree will disable or enable the driver of this peripheral. However, ARM can access the registers of these peripherals. You can use direct access via virtual memory to do this task.

 

Please let me know if you need further help.

 

Thank you

View solution in original post

0 Kudos
2 Replies
Fawaz_Al-Jubori
Employee
662 Views

Hello,

The "Disable" and "OK" attributes in the device tree will disable or enable the driver of this peripheral. However, ARM can access the registers of these peripherals. You can use direct access via virtual memory to do this task.

 

Please let me know if you need further help.

 

Thank you

0 Kudos
XChoo
Beginner
661 Views

Thank you Fjumaah,

Your description was clear and help me to undestand the driver relation with disable or OK.

 

0 Kudos
Reply