Commit 6b331ced authored by Ben Lauret's avatar Ben Lauret Committed by Chris Friedt
Browse files

dts: Added BT hci and enabled it by default



Enabled the BT HCI by default

Signed-off-by: default avatarBen Lauret <ben.lauret.wm@renesas.com>
parent 1dfe979b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
		zephyr,console = &uart;
		zephyr,shell-uart = &uart;
		zephyr,code-partition = &slot0_partition;
		zephyr,bt-hci = &bt_hci_da1469x;
	};

	leds {
@@ -214,6 +215,11 @@ zephyr_udc0: &usbd {
	pinctrl-names = "default", "sleep";
};

&bt_hci_da1469x {
	status = "okay";
};


mikrobus_1_i2c: &i2c {};

mikrobus_1_spi: &spi {};