Overlays: rpi-power-hat i2c_arm enable

Updated rpi-power-hat device tree overlays to enable i2c_arm

Signed-off-by: Lucas Hoffmann <lucas.hoffmann@raspberrypi.com>
This commit is contained in:
LucasH-rp
2025-09-18 09:44:27 +01:00
committed by Dom Cobley
parent 487cf0bb2c
commit 0dac3addbf
2 changed files with 4 additions and 2 deletions

View File

@@ -9,11 +9,12 @@
compatible = "brcm,bcm2835"; compatible = "brcm,bcm2835";
fragment@0 { fragment@0 {
target = <&i2c1>; target = <&i2c_arm>;
__overlay__ { __overlay__ {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "okay";
power_control: fxl6408@43 { power_control: fxl6408@43 {
reg = <0x43>; reg = <0x43>;

View File

@@ -9,11 +9,12 @@
compatible = "brcm,bcm2835"; compatible = "brcm,bcm2835";
fragment@0 { fragment@0 {
target = <&i2c1>; target = <&i2c_arm>;
__overlay__ { __overlay__ {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "okay";
power_control: fxl6408@44 { power_control: fxl6408@44 {
reg = <0x44>; reg = <0x44>;