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:
Peipeng Zhao
2017-06-02 18:39:17 +08:00
committed by Victor Wan
parent b559679884
commit 7ca387861a

View File

@@ -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";