.. | .. |
---|
2 | 2 | |
---|
3 | 3 | Required properties: |
---|
4 | 4 | - compatible: should be "amlogic,meson-gxbb-efuse" |
---|
| 5 | +- clocks: phandle to the efuse peripheral clock provided by the |
---|
| 6 | + clock controller. |
---|
| 7 | +- secure-monitor: phandle to the secure-monitor node |
---|
5 | 8 | |
---|
6 | 9 | = Data cells = |
---|
7 | 10 | Are child nodes of eFuse, bindings of which as described in |
---|
.. | .. |
---|
11 | 14 | |
---|
12 | 15 | efuse: efuse { |
---|
13 | 16 | compatible = "amlogic,meson-gxbb-efuse"; |
---|
| 17 | + clocks = <&clkc CLKID_EFUSE>; |
---|
14 | 18 | #address-cells = <1>; |
---|
15 | 19 | #size-cells = <1>; |
---|
| 20 | + secure-monitor = <&sm>; |
---|
16 | 21 | |
---|
17 | 22 | sn: sn@14 { |
---|
18 | 23 | reg = <0x14 0x10>; |
---|
.. | .. |
---|
27 | 32 | }; |
---|
28 | 33 | }; |
---|
29 | 34 | |
---|
| 35 | + sm: secure-monitor { |
---|
| 36 | + compatible = "amlogic,meson-gxbb-sm"; |
---|
| 37 | + }; |
---|
| 38 | + |
---|
30 | 39 | = Data consumers = |
---|
31 | 40 | Are device nodes which consume nvmem data cells. |
---|
32 | 41 | |
---|