Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driver: flash: npcx: introduce npcx flash driver #60024

Merged
merged 2 commits into from
Jul 20, 2023

Commits on Jul 19, 2023

  1. pinctrl: npcx: add DEV_CTLx configuration support

    Add a new pinctrl type to control peripheral modules' specific IO
    characteristics such as tri-state, the power supply type selection (3.3V
    or 1.8V), and so on. In NPCX series, the corresponding registers/fields
    are irregular. This CL wraps these definitions to dt nodes and put them
    in pinctrl property if needed.
    
    Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
    MulinChao committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a1c3759 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. driver: flash: npcx: introduce npcx flash driver

    This CL attempts to implement npcx's flash driver instead of the
    original one (npcx spi driver plus spi_nor flash driver).
    
    Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
    MulinChao committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3357e84 View commit details
    Browse the repository at this point in the history