mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00

Adds a devicetree for the Kobo Clara 2E Ebook reader. It is based on boards marked with "37NB-E60K2M+4A2" or "37NB-E60K2M+4B0". It is equipped with an i.MX6SLL SoC. Expected to work: - Buttons - Wifi - Bluetooth (if Wifi is initialized first, driver does not handle regulators yet) - LED - uSD - USB - RTC - Touchscreen Add human-readable comments for devices without mainlined driver and binding. Such comments can e.g. be help to find testers if someone starts to work on the missing drivers. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
24 lines
457 B
Plaintext
24 lines
457 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0)
|
|
/*
|
|
* Device tree for the Kobo Clara 2E rev A ebook reader
|
|
*
|
|
* Name on mainboard is: 37NB-E60K2M+4A2
|
|
* Serials start with: E60K2M (a number also seen in
|
|
* vendor kernel sources)
|
|
*
|
|
* Copyright 2024 Andreas Kemnade
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6sll-kobo-clara2e-common.dtsi"
|
|
|
|
/ {
|
|
model = "Kobo Clara 2E";
|
|
compatible = "kobo,clara2e-b", "kobo,clara2e", "fsl,imx6sll";
|
|
};
|
|
|
|
&i2c2 {
|
|
/* EPD PMIC SY7636 at 0x62 */
|
|
};
|