Home
last modified time | relevance | path

Searched +full:ts433 +full:- +full:mcu (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/mfd/
Dqnap,ts433-mcu.yaml1 # 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 Microcontroller
10 - Heiko Stuebner <[email protected]>
19 - qnap,ts433-mcu
22 "^fan-[0-9]+$":
23 $ref: /schemas/hwmon/fan-common.yaml#
27 - compatible
[all …]
/linux-6.14.4/drivers/mfd/
Dqnap-mcu.c1 // SPDX-License-Identifier: GPL-2.0-only
12 #include <linux/mfd/qnap-mcu.h>
36 * struct qnap_mcu_reply - Reply to a command
51 * struct qnap_mcu - QNAP NAS embedded controller
57 * @version: MCU firmware version
68 * 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() argument
87 dev_err(&mcu->serdev->dev, "data too big for transmit buffer"); in qnap_mcu_write()
88 return -EINVAL; in qnap_mcu_write()
[all …]
/linux-6.14.4/arch/arm64/boot/dts/rockchip/
Drk3568-qnap-ts433.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 * Copyright (c) 2024 Uwe Kleine-König
7 /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 …]