Searched +full:rv1108 +full:- +full:nfc (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mtd/rockchip,nand-controller.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Rockchip SoCs NAND FLASH Controller (NFC)10 - $ref: nand-controller.yaml#13 - Heiko Stuebner <heiko@sntech.de>18 - const: rockchip,px30-nfc19 - const: rockchip,rk2928-nfc20 - const: rockchip,rv1108-nfc[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 #include <dt-bindings/gpio/gpio.h>4 #include <dt-bindings/interrupt-controller/irq.h>5 #include <dt-bindings/interrupt-controller/arm-gic.h>6 #include <dt-bindings/clock/rv1108-cru.h>7 #include <dt-bindings/pinctrl/rockchip.h>8 #include <dt-bindings/thermal/thermal.h>10 #address-cells = <1>;11 #size-cells = <1>;13 compatible = "rockchip,rv1108";[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR MIT5 * Author: Yifeng Zhao <yifeng.zhao@rock-chips.com>10 #include <linux/dma-mapping.h>22 * NFC Page Data Layout:30 * nand_chip->oob_poi data layout:62 #define DMA_INC_NUM (9) /* 1 - 16 */112 * @type: NFC version197 return (u8 *)p + i * chip->ecc.size; in rk_nfc_buf_to_data_ptr()204 poi = chip->oob_poi + i * NFC_SYS_DATA_SIZE; in rk_nfc_buf_to_oob_ptr()214 poi = chip->oob_poi + rknand->metadata_size + chip->ecc.bytes * i; in rk_nfc_buf_to_oob_ecc_ptr()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 #include <dt-bindings/clock/rk3308-cru.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/pinctrl/rockchip.h>12 #include <dt-bindings/soc/rockchip,boot-mode.h>13 #include <dt-bindings/thermal/thermal.h>18 interrupt-parent = <&gic>;19 #address-cells = <2>;[all …]