Skip to content

Commit

Permalink
arm64: dts: colibri-imx8x: Add fxl6408 gpio expander
Browse files Browse the repository at this point in the history
Add fxl6408 gpio expander, this is required for Wi-Fi, Bluetooth and USB
functionalities.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Francesco Dolcini authored and Shawn Guo committed Sep 4, 2024
1 parent 7f6b48a commit 0f26437
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,21 @@
adi,conversion-interval = /bits/ 8 <255>;
status = "disabled";
};

gpio_expander_43: gpio@43 {
compatible = "fcs,fxl6408";
reg = <0x43>;
gpio-controller;
#gpio-cells = <2>;
gpio-line-names = "Wi-Fi_W_DISABLE",
"Wi-Fi_WKUP_WLAN",
"PWR_EN_+V3.3_WiFi_N",
"PCIe_REF_CLK_EN",
"USB_RESET_N",
"USB_BYPASS_N",
"Wi-Fi_PDn",
"Wi-Fi_WKUP_BT";
};
};

/* TODO i2c lvds0 accessible on FFC (X2) */
Expand Down

0 comments on commit 0f26437

Please sign in to comment.