summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sdb-reva.dts
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2015-01-04 15:50:23 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:18:55 -0600
commitc9d110ef57ea852c813188e818143cf0463a2bdb (patch)
tree6586f68a3f944d38438bebd3df220cd126562df4 /arch/arm/boot/dts/imx6sx-sdb-reva.dts
parentc126eb86640293f4406d2f889d1776ee9204a002 (diff)
MLK-10073-1 ARM: dts: imx6sx-sdb: add imx6sx-sdb-revb board support
Add reva board dts file since we use revb board as the default dts file. Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb-reva.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb-reva.dts32
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb-reva.dts b/arch/arm/boot/dts/imx6sx-sdb-reva.dts
new file mode 100644
index 000000000000..13a995348661
--- /dev/null
+++ b/arch/arm/boot/dts/imx6sx-sdb-reva.dts
@@ -0,0 +1,32 @@
+/*
+ * Copyright (C) 2015 Freescale Semiconductor, Inc.
+ *
+ * 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 "imx6sx-sdb.dts"
+
+/*
+ * The CAN transceiver is changed on RevB board.
+ * This dts is used for support the old CAN transceiver on RevA board
+ */
+
+&pmic {
+ compatible = "fsl,pfuze100";
+
+ regulators {
+ sw1c_reg: sw1c {
+ regulator-min-microvolt = <300000>;
+ regulator-max-microvolt = <1875000>;
+ regulator-boot-on;
+ regulator-always-on;
+ regulator-ramp-delay = <6250>;
+ };
+ sw4_reg: sw4 {
+ regulator-min-microvolt = <800000>;
+ regulator-max-microvolt = <3300000>;
+ };
+ };
+};