mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
dts: m400: add wifi/bt config
PD#141217: add wifi/bt config on dts for board M400 Change-Id: I241607a40ab2341748b22072806f744c7a24f873 Signed-off-by: Peipeng Zhao <peipeng.zhao@amlogic.com>
This commit is contained in:
@@ -49,6 +49,22 @@
|
||||
};
|
||||
};
|
||||
|
||||
bt-dev{
|
||||
compatible = "amlogic, bt-dev";
|
||||
dev_name = "bt-dev";
|
||||
status = "okay";
|
||||
gpio_reset = <&gpio GPIOX_20 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
wifi{
|
||||
compatible = "amlogic, aml_wifi";
|
||||
dev_name = "aml_wifi";
|
||||
status = "okay";
|
||||
interrupt_pin = <&gpio GPIOX_21 GPIO_ACTIVE_HIGH>;
|
||||
interrupts = < 0 68 4>;
|
||||
irq_trigger_type = "GPIO_IRQ_HIGH";
|
||||
power_on_pin = <&gpio GPIOX_11 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
sdio {
|
||||
compatible = "amlogic, aml_sdio";
|
||||
dev_name = "aml_sdio.0";
|
||||
|
||||
Reference in New Issue
Block a user