Skip to content
Snippets Groups Projects
Commit cced7e5b authored by Stefan Agner's avatar Stefan Agner Committed by Stefano Babic
Browse files

arm: dts: imx7: add Ricoh RN5T567 PMIC node


Add device tree node for Ricoh RN5T567. Currently we do not need
the individual DC/DC converters or LDO's (and they are also not
yet supported by the driver).

Signed-off-by: default avatarStefan Agner <stefan.agner@toradex.com>
parent c571d682
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,11 @@
sda-gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
scl-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
status = "okay";
rn5t567@33 {
compatible = "ricoh,rn5t567";
reg = <0x33>;
};
};
&i2c4 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment