* [U-Boot] [PATCH 2/3] nds32: dts: Support ftsdc010 DM.
@ 2017-05-31 1:37 ` Andes
2017-06-01 3:53 ` Jaehoon Chung
0 siblings, 1 reply; 2+ messages in thread
From: Andes @ 2017-05-31 1:37 UTC (permalink / raw)
To: u-boot
From: rick <rick@andestech.com>
Support Andestech ftsdc010 SD/MMC device tree flow
on AG101P/AE3XX platforms.
Signed-off-by: rick <rick@andestech.com>
---
arch/nds32/dts/ae3xx.dts | 8 ++++++++
arch/nds32/dts/ag101p.dts | 8 ++++++++
2 files changed, 16 insertions(+)
diff --git a/arch/nds32/dts/ae3xx.dts b/arch/nds32/dts/ae3xx.dts
index 4221e4b..781eabc 100644
--- a/arch/nds32/dts/ae3xx.dts
+++ b/arch/nds32/dts/ae3xx.dts
@@ -62,6 +62,14 @@
interrupts = <25 4>;
};
+ mmc0: mmc at f0e00000 {
+ compatible = "andestech,atsdc010";
+ clock-freq-min-max = <400000 100000000>;
+ fifo-depth = <0x10>;
+ reg = <0xf0e00000 0x1000>;
+ interrupts = <17 4>;
+ };
+
nor at 0,0 {
compatible = "cfi-flash";
reg = <0x88000000 0x1000>;
diff --git a/arch/nds32/dts/ag101p.dts b/arch/nds32/dts/ag101p.dts
index 99cde2f..dd2bf8f 100644
--- a/arch/nds32/dts/ag101p.dts
+++ b/arch/nds32/dts/ag101p.dts
@@ -60,4 +60,12 @@
reg = <0x90900000 0x1000>;
interrupts = <25 4>;
};
+
+ mmc0: mmc at 98e00000 {
+ compatible = "andestech,atsdc010";
+ clock-freq-min-max = <400000 30000000>;
+ fifo-depth = <0x10>;
+ reg = <0x98e00000 0x1000>;
+ interrupts = <5 4>;
+ };
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH 2/3] nds32: dts: Support ftsdc010 DM.
2017-05-31 1:37 ` [U-Boot] [PATCH 2/3] nds32: dts: Support ftsdc010 DM Andes
@ 2017-06-01 3:53 ` Jaehoon Chung
0 siblings, 0 replies; 2+ messages in thread
From: Jaehoon Chung @ 2017-06-01 3:53 UTC (permalink / raw)
To: u-boot
On 05/31/2017 10:37 AM, Andes wrote:
> From: rick <rick@andestech.com>
>
> Support Andestech ftsdc010 SD/MMC device tree flow
> on AG101P/AE3XX platforms.
>
> Signed-off-by: rick <rick@andestech.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
> arch/nds32/dts/ae3xx.dts | 8 ++++++++
> arch/nds32/dts/ag101p.dts | 8 ++++++++
> 2 files changed, 16 insertions(+)
>
> diff --git a/arch/nds32/dts/ae3xx.dts b/arch/nds32/dts/ae3xx.dts
> index 4221e4b..781eabc 100644
> --- a/arch/nds32/dts/ae3xx.dts
> +++ b/arch/nds32/dts/ae3xx.dts
> @@ -62,6 +62,14 @@
> interrupts = <25 4>;
> };
>
> + mmc0: mmc at f0e00000 {
> + compatible = "andestech,atsdc010";
> + clock-freq-min-max = <400000 100000000>;
> + fifo-depth = <0x10>;
> + reg = <0xf0e00000 0x1000>;
> + interrupts = <17 4>;
> + };
> +
> nor at 0,0 {
> compatible = "cfi-flash";
> reg = <0x88000000 0x1000>;
> diff --git a/arch/nds32/dts/ag101p.dts b/arch/nds32/dts/ag101p.dts
> index 99cde2f..dd2bf8f 100644
> --- a/arch/nds32/dts/ag101p.dts
> +++ b/arch/nds32/dts/ag101p.dts
> @@ -60,4 +60,12 @@
> reg = <0x90900000 0x1000>;
> interrupts = <25 4>;
> };
> +
> + mmc0: mmc at 98e00000 {
> + compatible = "andestech,atsdc010";
> + clock-freq-min-max = <400000 30000000>;
> + fifo-depth = <0x10>;
> + reg = <0x98e00000 0x1000>;
> + interrupts = <5 4>;
> + };
> };
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-01 3:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20170531015942epcas1p48b744eddb1285fb7c0129e5ae46e8f40@epcas1p4.samsung.com>
2017-05-31 1:37 ` [U-Boot] [PATCH 2/3] nds32: dts: Support ftsdc010 DM Andes
2017-06-01 3:53 ` Jaehoon Chung
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox