Searched +full:ts433 +full:- +full:mcu (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mfd/qnap,ts433-mcu.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: QNAP NAS on-board Microcontroller10 - Heiko Stuebner <[email protected]>19 - qnap,ts433-mcu22 "^fan-[0-9]+$":23 $ref: /schemas/hwmon/fan-common.yaml#27 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.0-only12 #include <linux/mfd/qnap-mcu.h>36 * struct qnap_mcu_reply - Reply to a command51 * struct qnap_mcu - QNAP NAS embedded controller57 * @version: MCU firmware version68 * The QNAP-MCU uses a basic XOR checksum.75 while (size--) in qnap_mcu_csum()81 static int qnap_mcu_write(struct qnap_mcu *mcu, const u8 *data, u8 data_size) in qnap_mcu_write() argument87 dev_err(&mcu->serdev->dev, "data too big for transmit buffer"); in qnap_mcu_write()88 return -EINVAL; in qnap_mcu_write()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)4 * Copyright (c) 2024 Uwe Kleine-König7 /dts-v1/;9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/leds/common.h>11 #include <dt-bindings/gpio/gpio.h>15 model = "Qnap TS-433-4G NAS System 4-Bay";16 compatible = "qnap,ts433", "rockchip,rk3568";25 stdout-path = "serial2:115200n8";29 compatible = "gpio-keys";[all …]