Skip to content

Commit

Permalink
tests: drivers: Add FUSB307 driver
Browse files Browse the repository at this point in the history
Add a build test to verify fusb307 driver builds correctly.

Signed-off-by: Jianxiong Gu <jianxiong.gu@outlook.com>
  • Loading branch information
recalci committed Mar 4, 2025
1 parent f654639 commit de601ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/drivers/build_all/usb/i2c_devices.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
vconn-ctrl-gpios = <&test_gpio 0 0>;
vconn-disc-gpios = <&test_gpio 0 0>;
};

test_i2c_fusb307: fusb307@3 {
compatible = "onnn,fusb307-tcpc";
reg = <3>;
irq-gpios = <&test_gpio 0 0>;

fusb307_vbus: fusb307_vbus {
compatible = "zephyr,usb-c-vbus-tcpci";
};
};
};
};
};

0 comments on commit de601ac

Please sign in to comment.