linux-loongson/arch/arm/boot/dts/nxp/imx/imx6sll-kobo-clara2e-b.dts
Andreas Kemnade 4de1651cde ARM: dts: imx: Add devicetree for Kobo Clara 2E
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>
2024-11-04 15:15:41 +08:00

24 lines
457 B
Plaintext

// SPDX-License-Identifier: (GPL-2.0)
/*
* Device tree for the Kobo Clara 2E rev B ebook reader
*
* Name on mainboard is: 37NB-E60K2M+4B0
* 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 JD9930 at 0x18 */
};