doc/internals/devicetree_language: describe I2C identifier
Even when the identifier of an I2C device doesn't have a '0x' prefix, it's still interpreted as a hexadecimal number. Change-Id: I0e5a7e39ac56e25499493a16eefa49e4f8d79337 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87205 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
This commit is contained in:
parent
3c7f78e1e7
commit
b8ea245e12
1 changed files with 2 additions and 0 deletions
|
|
@ -690,6 +690,8 @@ static.c:
|
|||
* Introduced in: Initial sconfig implementation, pre coreboot 4.0
|
||||
* Usage: `device I2c <identifier> [alias <alias ID>] <status modifier> ... end`
|
||||
|
||||
The identifier is the device's address encoded as hexadecimal number.
|
||||
|
||||
Example:
|
||||
|
||||
```text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue