summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evkb.dts
diff options
context:
space:
mode:
authorFugang Duan <fugang.duan@nxp.com>2019-07-22 10:20:31 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:04:47 +0800
commit996554bb192859ed9a5bef6458bdb223ac7944c3 (patch)
treedc740196a6b7920ad81a4fedb4ba77757d9cc60b /arch/arm/boot/dts/imx7ulp-evkb.dts
parent0a6ce670127d682beefe58d3837c911ade018cf7 (diff)
ARM: dts: imx7ulp-evk: enable lpuart and edma
Enable lpuart and edma. Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7ulp-evkb.dts')
-rw-r--r--arch/arm/boot/dts/imx7ulp-evkb.dts39
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7ulp-evkb.dts b/arch/arm/boot/dts/imx7ulp-evkb.dts
new file mode 100644
index 000000000000..37df89558349
--- /dev/null
+++ b/arch/arm/boot/dts/imx7ulp-evkb.dts
@@ -0,0 +1,39 @@
+/*
+ * Copyright 2019 NXP
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx7ulp-evk.dts"
+
+/ {
+ model = "NXP i.MX7ULP EVKB";
+ compatible = "fsl,imx7ulp-evkb", "fsl,imx7ulp", "Generic DT based system";
+
+ regulators {
+ reg_sd1_vmmc: sd1_regulator {
+ status = "disabled";
+ };
+ };
+
+ usdhc1_pwrseq: usdhc1_pwrseq {
+ compatible = "mmc-pwrseq-simple";
+ reset-gpios = <&rpmsg_gpio0 14 GPIO_ACTIVE_LOW>;
+ post-power-on-delay-ms = <80>;
+ };
+};
+
+&usdhc1 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ /delete-property/ vmmc-supply;
+ mmc-pwrseq = <&usdhc1_pwrseq>;
+ cap-power-off-card;
+
+ brcmf: bcrmf@1 {
+ reg = <1>;
+ compatible = "brcm,bcm4329-fmac";
+ };
+};