1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/reset/allwinner,sun6i-a31-clock-reset.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A31 Peripheral Reset Controller Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
20 - allwinner,sun6i-a31-ahb1-reset
21 - allwinner,sun6i-a31-clock-reset
23 # The PRCM on the A31 and A23 will have the reg property missing,
24 # since it's set at the upper level node, and will be validated by
25 # PRCM's schema. Make sure we only validate standalone nodes.
34 This additional argument passed to that reset controller is the
35 offset of the bit controlling this particular reset line in the
40 - allwinner,sun6i-a31-ahb1-reset
41 - allwinner,sun6i-a31-clock-reset
51 additionalProperties: false
55 ahb1_rst: reset@1c202c0 {
57 compatible = "allwinner,sun6i-a31-ahb1-reset";
58 reg = <0x01c202c0 0xc>;
62 apbs_rst: reset@80014b0 {
64 compatible = "allwinner,sun6i-a31-clock-reset";
65 reg = <0x080014b0 0x4>;