summaryrefslogtreecommitdiff
path: root/arch/mips/dts/pic32mzda_sk.dts
diff options
context:
space:
mode:
authorPurna Chandra Mandal <purna.mandal@microchip.com>2016-01-28 15:30:19 +0530
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-02-01 22:14:02 +0100
commitc76eb72c43ac3ef4518dac4bee653b769d95e63e (patch)
tree804e46d9d782e7d4298d71337d413f437429d80f /arch/mips/dts/pic32mzda_sk.dts
parent102142c9e01f1b40b02db5239710bf37f4a17293 (diff)
downloadu-boot-imx-c76eb72c43ac3ef4518dac4bee653b769d95e63e.zip
u-boot-imx-c76eb72c43ac3ef4518dac4bee653b769d95e63e.tar.gz
u-boot-imx-c76eb72c43ac3ef4518dac4bee653b769d95e63e.tar.bz2
board: add SDHCI support for PIC32MZDASK board.
Enable MMC, SDHCI, FAT_FS support for PIC32MZ[DA] StarterKit. Also add custom scripts, rules to boot Linux from microSD card. Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Diffstat (limited to 'arch/mips/dts/pic32mzda_sk.dts')
-rw-r--r--arch/mips/dts/pic32mzda_sk.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/dts/pic32mzda_sk.dts b/arch/mips/dts/pic32mzda_sk.dts
index 99e7f64..f886a0f 100644
--- a/arch/mips/dts/pic32mzda_sk.dts
+++ b/arch/mips/dts/pic32mzda_sk.dts
@@ -23,6 +23,9 @@
};
&clock {
+ microchip,refo2-frequency = <50000000>;
+ microchip,refo4-frequency = <25000000>;
+ microchip,refo5-frequency = <40000000>;
status = "okay";
u-boot,dm-pre-reloc;
};
@@ -36,3 +39,7 @@
status = "okay";
u-boot,dm-pre-reloc;
};
+
+&sdhci {
+ status = "okay";
+}; \ No newline at end of file