Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
b020586a
Commit
b020586a
authored
Sep 01, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Sep 01, 2020
Browse files
Merge "doc: Update the cot-binding for nv-counter node" into integration
parents
d35403fe
e87c8231
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/components/cot-binding.rst
View file @
b020586a
...
@@ -279,6 +279,10 @@ non-volatile counter node binding definition
...
@@ -279,6 +279,10 @@ non-volatile counter node binding definition
Description: Contains various non-volatile counters present in the platform.
Description: Contains various non-volatile counters present in the platform.
PROPERTIES
PROPERTIES
- id
Usage: Required for every nv-counter with unique id.
Value type: <u32>
- reg
- reg
Usage:
Usage:
...
@@ -301,21 +305,21 @@ Below is non-volatile counters example for ARM platform
...
@@ -301,21 +305,21 @@ Below is non-volatile counters example for ARM platform
.. code:: c
.. code:: c
non
-
volatile
-
counters {
non
_volatile_counters: non_
volatile
_
counters {
compatible = "arm, non-volatile-counter";
compatible = "arm, non-volatile-counter";
#address-cells = <1>;
#address-cells = <1>;
#size-cells = <0>;
#size-cells = <0>;
counters {
trusted-nv-counter: trusted_nv_counter {
trusted-nv-counter: trusted_nv_counter {
id = <TRUSTED_NV_CTR_ID>;
reg = <TFW_NVCTR_BASE>;
reg = <TFW_NVCTR_BASE>;
oid = TRUSTED_FW_NVCOUNTER_OID;
oid = TRUSTED_FW_NVCOUNTER_OID;
};
};
non_trusted_nv_counter: non_trusted_nv_counter {
non_trusted_nv_counter: non_trusted_nv_counter {
id = <NON_TRUSTED_NV_CTR_ID>;
reg = <NTFW_CTR_BASE>;
reg = <NTFW_CTR_BASE>;
oid = NON_TRUSTED_FW_NVCOUNTER_OID;
oid = NON_TRUSTED_FW_NVCOUNTER_OID;
};
};
};
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment