.. | .. |
---|
5 | 5 | controller binding usage. |
---|
6 | 6 | |
---|
7 | 7 | The reset controller registers are part of the system-ctl block on |
---|
8 | | -hi3660 SoC. |
---|
| 8 | +hi3660 and hi3670 SoCs. |
---|
9 | 9 | |
---|
10 | 10 | Required properties: |
---|
11 | | -- compatible: should be |
---|
12 | | - "hisilicon,hi3660-reset" |
---|
| 11 | +- compatible: should be one of the following: |
---|
| 12 | + "hisilicon,hi3660-reset" for HI3660 |
---|
| 13 | + "hisilicon,hi3670-reset", "hisilicon,hi3660-reset" for HI3670 |
---|
13 | 14 | - hisi,rst-syscon: phandle of the reset's syscon. |
---|
14 | 15 | - #reset-cells : Specifies the number of cells needed to encode a |
---|
15 | 16 | reset source. The type shall be a <u32> and the value shall be 2. |
---|