diff --git a/_sidebar.md b/_sidebar.md index 043b274..bd2df33 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -21,4 +21,5 @@ - [Tools](/dev/tools.md) - Schematic analysis - [KEYPAD](/schematic/keypad.md) + - [CONTROL I/F](/schematic/control-if.md) - [Forum (More info)](https://github.com/orgs/moto-penangf/discussions) diff --git a/files/assets/schematic/homekey_sw/image1.PNG b/files/assets/schematic/homekey_sw/image1.PNG new file mode 100644 index 0000000..38fc577 Binary files /dev/null and b/files/assets/schematic/homekey_sw/image1.PNG differ diff --git a/files/assets/schematic/homekey_sw/image2.PNG b/files/assets/schematic/homekey_sw/image2.PNG new file mode 100644 index 0000000..eaae3b7 Binary files /dev/null and b/files/assets/schematic/homekey_sw/image2.PNG differ diff --git a/files/assets/schematic/homekey_sw/image3.PNG b/files/assets/schematic/homekey_sw/image3.PNG new file mode 100644 index 0000000..dfec788 Binary files /dev/null and b/files/assets/schematic/homekey_sw/image3.PNG differ diff --git a/files/assets/schematic/pwrkey_sw/image1.PNG b/files/assets/schematic/pwrkey_sw/image1.PNG new file mode 100644 index 0000000..9995b56 Binary files /dev/null and b/files/assets/schematic/pwrkey_sw/image1.PNG differ diff --git a/files/assets/schematic/pwrkey_sw/image2.PNG b/files/assets/schematic/pwrkey_sw/image2.PNG new file mode 100644 index 0000000..38b2328 Binary files /dev/null and b/files/assets/schematic/pwrkey_sw/image2.PNG differ diff --git a/files/assets/schematic/pwrkey_sw/image3.PNG b/files/assets/schematic/pwrkey_sw/image3.PNG new file mode 100644 index 0000000..9ef72a4 Binary files /dev/null and b/files/assets/schematic/pwrkey_sw/image3.PNG differ diff --git a/schematic/control-if.md b/schematic/control-if.md new file mode 100644 index 0000000..31612f2 --- /dev/null +++ b/schematic/control-if.md @@ -0,0 +1,39 @@ +# Control I/F +Control I/F is a control interface that is used to communicate between the processor and other system components such as display controllers, cameras, memory or other peripherals. + +It is responsible for coordinating the communication and managing the interaction of these components, ensuring their proper operation and synchronization. + +## Table of contents + +- [PWRKEY_SW](#pwrkey_sw) +- [HOMEKEY_SW](#homekey_sw) + +## PWRKEY_SW +PWRKEY_SW does not have an easily accessible testpoint, it is connected via a 2.2K resistor to the power button and the other end to the PMIC to the “Control I/F” block. + +![image1.PNG](../files/assets/schematic/pwrkey_sw/image1.PNG) +![image2.PNG](../files/assets/schematic/pwrkey_sw/image2.PNG) + +### Using PWRKEY_SW without testpoint? +> [!WARNING] +> This information has not yet been verified. It's just a theory! +> +> Only use this information if you know what you are doing! + +Since Motorola hasn't created a testpoint for us to do this, why not use the contact between the capacitor and the PWRKEY_SW line? + +![image3.PNG](../files/assets/schematic/pwrkey_sw/image3.PNG) + +## HOMEKEY_SW +HOMEKEY_SW does not have an easily accessible testpoint, it is connected via a 2.2K resistor to the VOL+ button and the other end to the PMIC to the “Control I/F” block. + +![image1.PNG](../files/assets/schematic/pwrkey_sw/image1.PNG) +![image2.PNG](../files/assets/schematic/pwrkey_sw/image2.PNG) + +### Using HOMEKEY_SW without testpoint? +> [!WARNING] +> This information has not yet been verified. It's just a theory! +> +> Only use this information if you know what you are doing! + +![image3.PNG](../files/assets/schematic/pwrkey_sw/image3.PNG) \ No newline at end of file