diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-02-02 12:59:34 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-02-02 12:59:34 +0300 |
commit | 980657d8cdff97343619cf2e3332b8307e9d07ea (patch) | |
tree | 67b44bc876b9ef48aa5c66fc85384b25ce58cbf4 /arch/arm/boot/dts/sama5d4.dtsi | |
parent | c5517b1ea7b2f8e6acb8de194eef2e69c51c8994 (diff) | |
parent | 9726b6892beeaa736610370429a23a481d1b133e (diff) | |
download | linux-980657d8cdff97343619cf2e3332b8307e9d07ea.tar.xz |
Merge tag 'at91-cleanup3' into at91-3.20-soc
Diffstat (limited to 'arch/arm/boot/dts/sama5d4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d4.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index b94995d1889f..2a31d66164ac 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -103,6 +103,11 @@ }; }; + ns_sram: sram@00210000 { + compatible = "mmio-sram"; + reg = <0x00210000 0x10000>; + }; + ahb { compatible = "simple-bus"; #address-cells = <1>; @@ -870,6 +875,11 @@ status = "disabled"; }; + sfr: sfr@f8028000 { + compatible = "atmel,sama5d4-sfr", "syscon"; + reg = <0xf8028000 0x60>; + }; + mmc1: mmc@fc000000 { compatible = "atmel,hsmci"; reg = <0xfc000000 0x600>; |