1*5f62a964SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0) 2*5f62a964SEmmanuel Vadot/* 3*5f62a964SEmmanuel Vadot * Device tree for the Kobo Clara 2E rev A ebook reader 4*5f62a964SEmmanuel Vadot * 5*5f62a964SEmmanuel Vadot * Name on mainboard is: 37NB-E60K2M+4A2 6*5f62a964SEmmanuel Vadot * Serials start with: E60K2M (a number also seen in 7*5f62a964SEmmanuel Vadot * vendor kernel sources) 8*5f62a964SEmmanuel Vadot * 9*5f62a964SEmmanuel Vadot * Copyright 2024 Andreas Kemnade 10*5f62a964SEmmanuel Vadot */ 11*5f62a964SEmmanuel Vadot 12*5f62a964SEmmanuel Vadot/dts-v1/; 13*5f62a964SEmmanuel Vadot 14*5f62a964SEmmanuel Vadot#include "imx6sll-kobo-clara2e-common.dtsi" 15*5f62a964SEmmanuel Vadot 16*5f62a964SEmmanuel Vadot/ { 17*5f62a964SEmmanuel Vadot model = "Kobo Clara 2E"; 18*5f62a964SEmmanuel Vadot compatible = "kobo,clara2e-b", "kobo,clara2e", "fsl,imx6sll"; 19*5f62a964SEmmanuel Vadot}; 20*5f62a964SEmmanuel Vadot 21*5f62a964SEmmanuel Vadot&i2c2 { 22*5f62a964SEmmanuel Vadot /* EPD PMIC SY7636 at 0x62 */ 23*5f62a964SEmmanuel Vadot}; 24