Searched +full:mcu +full:- +full:mpc8349emitx (Results 1 – 6 of 6) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Power Management and GPIO expander driver for MPC8349E-mITX-compatible MCU24 * I don't have specifications for the MCU firmware, I found this register33 struct mcu { struct40 static struct mcu *glob_mcu; argument46 struct mcu *mcu = glob_mcu; in shutdown_thread_fn() local49 ret = i2c_smbus_read_byte_data(mcu->client, MCU_REG_CTRL); in shutdown_thread_fn()51 pr_err("MCU status reg read failed.\n"); in shutdown_thread_fn()52 mcu->reg_ctrl = ret; in shutdown_thread_fn()55 if (mcu->reg_ctrl & MCU_CTRL_BTN) { in shutdown_thread_fn()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * MPC8349E-mITX Device Tree Source8 /dts-v1/;11 model = "MPC8349EMITX";12 compatible = "MPC8349EMITX", "MPC834xMITX", "MPC83xxMITX";13 #address-cells = <1>;14 #size-cells = <1>;26 #address-cells = <1>;27 #size-cells = <0>;32 d-cache-line-size = <32>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later8 /dts-v1/;12 #address-cells = <1>;13 #size-cells = <1>;24 #address-cells = <1>;25 #size-cells = <0>;30 d-cache-line-size = <32>;31 i-cache-line-size = <32>;32 d-cache-size = <32768>;33 i-cache-size = <32768>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later8 /dts-v1/;12 #address-cells = <1>;13 #size-cells = <1>;26 #address-cells = <1>;27 #size-cells = <0>;32 d-cache-line-size = <32>;33 i-cache-line-size = <32>;34 d-cache-size = <32768>;35 i-cache-size = <32768>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later8 /dts-v1/;9 #include <dt-bindings/interrupt-controller/irq.h>13 #address-cells = <1>;14 #size-cells = <1>;27 #address-cells = <1>;28 #size-cells = <0>;33 d-cache-line-size = <32>;34 i-cache-line-size = <32>;35 d-cache-size = <16384>;[all …]