Lines Matching full:nfc
21 - atmel,nfc-io: phandle to the NFC IO block. Only required for sama5d3
23 - atmel,nfc-sram: phandle to the NFC SRAM block. Only required for sama5d3
64 * SAMA5 NFC I/O bindings:
70 - compatible: should be "atmel,sama5d3-nfc-io", "syscon".
71 - reg: should contain the I/O range used to interact with the NFC logic.
75 nfc_io: nfc-io@70000000 {
76 compatible = "atmel,sama5d3-nfc-io", "syscon";
101 atmel,nfc-sram = <&nfc_sram>;
102 atmel,nfc-io = <&nfc_io>;
161 Nand Flash Controller(NFC) is an optional sub-node
163 - compatible : "atmel,sama5d3-nfc".
164 - reg : should specify the address and size used for NFC command registers,
165 NFC registers and NFC SRAM. NFC SRAM address and size can be absent
169 - atmel,write-by-sram: boolean to enable NFC write by SRAM.
219 /* for NFC supported chips */
226 nfc@70000000 {
227 compatible = "atmel,sama5d3-nfc";
232 0x70000000 0x10000000 /* NFC Command Registers */
233 0xffffc000 0x00000070 /* NFC HSMC regs */
234 0x00200000 0x00100000 /* NFC SRAM banks */