Searched +full:sun8i +full:- +full:a23 +full:- +full:nand +full:- +full:controller (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/mtd/allwinner,sun4i-a10-nand.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A10 NAND Controller10 - $ref: nand-controller.yaml13 - Chen-Yu Tsai <wens@csie.org>14 - Maxime Ripard <mripard@kernel.org>19 - allwinner,sun4i-a10-nand20 - allwinner,sun8i-a23-nand-controller[all …]
2 * Copyright 2014 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/clock/sun6i-rtc.h>48 #include <dt-bindings/clock/sun8i-a23-a33-ccu.h>49 #include <dt-bindings/reset/sun8i-a23-a33-ccu.h>52 interrupt-parent = <&gic>;53 #address-cells = <1>;54 #size-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+6 * https://github.com/yuq/sunxi-nfc-mtd9 * https://github.com/hno/Allwinner-Info16 #include <linux/dma-mapping.h>70 #define NFC_PAGE_SHIFT(x) (((x) < 10 ? 0 : (x) - 10) << 8)107 #define NFC_ADR_NUM(x) (((x) - 1) << 16)161 * struct sunxi_nand_chip_sel - stores information related to NAND Chip Select163 * @cs: the NAND CS id used to communicate with a NAND Chip164 * @rb: the Ready/Busy pin ID. -1 means no R/B pin connected to the NFC172 * struct sunxi_nand_hw_ecc - stores information related to HW ECC support[all …]