File: rn5t567.txt

package info (click to toggle)
u-boot 2016.11%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104,408 kB
  • ctags: 428,706
  • sloc: ansic: 1,260,674; asm: 33,807; python: 10,106; perl: 8,014; makefile: 7,111; sh: 1,975; cpp: 1,829; yacc: 604; lex: 363; tcl: 28; sed: 24; awk: 6
file content (17 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Ricoh RN5T567 PMIC

This file describes the binding info for the PMIC driver.

Required properties:
- compatible: "ricoh,rn5t567"
- reg: depending on strapping, e.g. 0x33

With those two properties, the PMIC device can be used to read/write
registers.

Example:

rn5t567@33 {
	compatible = "ricoh,rn5t567";
	reg = <0x33>;
};