riscvarchive / riscv-linux

RISC-V Linux Port
607 stars 205 forks source link

GPIO & PWM spec for Unleashed #148

Closed atishp04 closed 5 years ago

atishp04 commented 6 years ago

I am planning to cleanup linux GPIO & PWM driver for Unleashed board. Can I access the specs for these devices ?

@palmer-dabbelt @terpstra

terpstra commented 6 years ago

https://www.sifive.com/documentation/chips/freedom-u540-c000-manual/

Chapters 14 and 17

On Tue, Sep 25, 2018 at 4:28 PM Atish Patra notifications@github.com wrote:

I am planning to cleanup linux GPIO & PWM driver for Unleashed board. Can I access the specs for these devices ?

@palmer-dabbelt https://github.com/palmer-dabbelt @terpstra https://github.com/terpstra

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/riscv/riscv-linux/issues/148, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDPirFKDeRfpaSWqvKRiXGCagarc_AZks5uerwjgaJpZM4W5pSv .

atishp04 commented 5 years ago

Thanks @terpstra .