diff options
author | Josh Wu <josh.wu@atmel.com> | 2013-06-05 07:17:31 -0400 |
---|---|---|
committer | Josh Wu <josh.wu@atmel.com> | 2013-08-23 02:47:21 -0400 |
commit | 8ae599ef5867b4b38c6accc33abed78dc4d3f02a (patch) | |
tree | 011b83a3df0a523ea556fe22666efd0f535892d0 /arch/arm/boot/dts | |
parent | adc9afb658d2ff268365a17b60ca54b43429a77d (diff) |
ARM: at91/dt: sama5d3xek: Enable NFC support in dts
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/sama5d3.dtsi | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index ff63fbbd18ab..e994cced601b 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi | |||
@@ -1034,13 +1034,11 @@ | |||
1034 | compatible = "atmel,at91rm9200-nand"; | 1034 | compatible = "atmel,at91rm9200-nand"; |
1035 | #address-cells = <1>; | 1035 | #address-cells = <1>; |
1036 | #size-cells = <1>; | 1036 | #size-cells = <1>; |
1037 | ranges; | ||
1037 | reg = < 0x60000000 0x01000000 /* EBI CS3 */ | 1038 | reg = < 0x60000000 0x01000000 /* EBI CS3 */ |
1038 | 0xffffc070 0x00000490 /* SMC PMECC regs */ | 1039 | 0xffffc070 0x00000490 /* SMC PMECC regs */ |
1039 | 0xffffc500 0x00000100 /* SMC PMECC Error Location regs */ | 1040 | 0xffffc500 0x00000100 /* SMC PMECC Error Location regs */ |
1040 | 0x00100000 0x00100000 /* ROM code */ | 1041 | 0x00100000 0x00100000 /* ROM code */ |
1041 | 0x70000000 0x10000000 /* NFC Command Registers */ | ||
1042 | 0xffffc000 0x00000070 /* NFC HSMC regs */ | ||
1043 | 0x00200000 0x00100000 /* NFC SRAM banks */ | ||
1044 | >; | 1042 | >; |
1045 | interrupts = <5 IRQ_TYPE_LEVEL_HIGH 6>; | 1043 | interrupts = <5 IRQ_TYPE_LEVEL_HIGH 6>; |
1046 | atmel,nand-addr-offset = <21>; | 1044 | atmel,nand-addr-offset = <21>; |
@@ -1049,6 +1047,17 @@ | |||
1049 | pinctrl-0 = <&pinctrl_nand0_ale_cle>; | 1047 | pinctrl-0 = <&pinctrl_nand0_ale_cle>; |
1050 | atmel,pmecc-lookup-table-offset = <0x10000 0x18000>; | 1048 | atmel,pmecc-lookup-table-offset = <0x10000 0x18000>; |
1051 | status = "disabled"; | 1049 | status = "disabled"; |
1050 | |||
1051 | nfc@70000000 { | ||
1052 | compatible = "atmel,sama5d3-nfc"; | ||
1053 | #address-cells = <1>; | ||
1054 | #size-cells = <1>; | ||
1055 | reg = < | ||
1056 | 0x70000000 0x10000000 /* NFC Command Registers */ | ||
1057 | 0xffffc000 0x00000070 /* NFC HSMC regs */ | ||
1058 | 0x00200000 0x00100000 /* NFC SRAM banks */ | ||
1059 | >; | ||
1060 | }; | ||
1052 | }; | 1061 | }; |
1053 | }; | 1062 | }; |
1054 | }; | 1063 | }; |