Home
last modified time | relevance | path

Searched full:k230 (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/devicetree/bindings/reset/
H A Dcanaan,k230-rst.yaml4 $id: http://devicetree.org/schemas/reset/canaan,k230-rst.yaml#
7 title: Canaan Kendryte K230 Reset Controller
13 The Canaan Kendryte K230 reset controller is part of the SoC's system
18 const: canaan,k230-rst
36 compatible = "canaan,k230-rst";
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dcanaan,k230-pinctrl.yaml4 $id: http://devicetree.org/schemas/pinctrl/canaan,k230-pinctrl.yaml#
7 title: Canaan Kendryte K230 Pin Controller
13 The Canaan Kendryte K230 platform includes 64 IO pins, each capable of
19 const: canaan,k230-pinctrl
112 compatible = "canaan,k230-pinctrl";
/linux/drivers/reset/
H A Dreset-k230.c6 * The reset management module in the K230 SoC provides reset time control
20 * Reference: K230 Technical Reference Manual V0.3.1
21 …* https://kendryte-download.canaan-creative.com/developer/k230/HDK/K230%E7%A1%AC%E4%BB%B6%E6%96%87…
33 #include <dt-bindings/reset/canaan,k230-rst.h>
36 * enum k230_rst_type - K230 reset types
355 { .compatible = "canaan,k230-rst", },
363 .name = "k230-rst",
370 MODULE_DESCRIPTION("Canaan K230 reset driver");
/linux/drivers/pinctrl/
H A Dpinctrl-k230.c601 pctl->name = "k230-pinctrl"; in k230_pinctrl_probe()
632 { .compatible = "canaan,k230-pinctrl", },
640 .name = "k230-pinctrl",
648 MODULE_DESCRIPTION("Canaan K230 pinctrl driver");
H A DKconfig296 bool "Pinctrl driver for the Canaan Kendryte K230 SoC"
304 Add support for the Canaan Kendryte K230 RISC-V SOC pin controller.
H A DMakefile33 obj-$(CONFIG_PINCTRL_K230) += pinctrl-k230.o