Home
last modified time | relevance | path

Searched +full:k230 +full:- +full:rst (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/reset/
H A Dcanaan,k230-rst.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/reset/canaan,k230-rst.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Canaan Kendryte K230 Reset Controller
10 - Junhui Liu <junhui.liu@pigmoral.tech>
13 The Canaan Kendryte K230 reset controller is part of the SoC's system
18 const: canaan,k230-rst
23 '#reset-cells':
27 - compatible
[all …]
/linux/drivers/reset/
H A Dreset-k230.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2022-2024 Canaan Bright Sight Co., Ltd
4 * Copyright (C) 2024-2025 Junhui Liu <junhui.liu@pigmoral.tech>
6 * The reset management module in the K230 SoC provides reset time control
16 * unambiguously signal whether hardware reset removal or clock-stop period
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…
30 #include <linux/reset-controller.h>
33 #include <dt-bindings/reset/canaan,k230-rst.h>
36 * enum k230_rst_type - K230 reset types
[all …]