1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2*f126890aSEmmanuel Vadot// 3*f126890aSEmmanuel Vadot// Copyright (C) 2020 Pengutronix, Ulrich Oelmann <kernel@pengutronix.de> 4*f126890aSEmmanuel Vadot 5*f126890aSEmmanuel Vadot/dts-v1/; 6*f126890aSEmmanuel Vadot#include "imx6q.dtsi" 7*f126890aSEmmanuel Vadot#include "imx6qdl-skov-cpu.dtsi" 8*f126890aSEmmanuel Vadot#include "imx6qdl-skov-cpu-revc.dtsi" 9*f126890aSEmmanuel Vadot#include "imx6qdl-skov-revc-lt2.dtsi" 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot/ { 12*f126890aSEmmanuel Vadot model = "SKOV IMX6 CPU QuadCore"; 13*f126890aSEmmanuel Vadot compatible = "skov,imx6q-skov-revc-lt2", "fsl,imx6q"; 14*f126890aSEmmanuel Vadot}; 15*f126890aSEmmanuel Vadot 16*f126890aSEmmanuel Vadot&hdmi { 17*f126890aSEmmanuel Vadot ddc-i2c-bus = <&i2c2>; 18*f126890aSEmmanuel Vadot status = "okay"; 19*f126890aSEmmanuel Vadot}; 20*f126890aSEmmanuel Vadot 21*f126890aSEmmanuel Vadot&i2c2 { 22*f126890aSEmmanuel Vadot pinctrl-names = "default"; 23*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_i2c2>; 24*f126890aSEmmanuel Vadot clock-frequency = <100000>; 25*f126890aSEmmanuel Vadot status = "okay"; 26*f126890aSEmmanuel Vadot}; 27*f126890aSEmmanuel Vadot 28*f126890aSEmmanuel Vadot&iomuxc { 29*f126890aSEmmanuel Vadot pinctrl_i2c2: i2c2grp { 30*f126890aSEmmanuel Vadot fsl,pins = < 31*f126890aSEmmanuel Vadot /* internal 22 k pull up required */ 32*f126890aSEmmanuel Vadot MX6QDL_PAD_KEY_COL3__I2C2_SCL 0x4001f878 33*f126890aSEmmanuel Vadot /* internal 22 k pull up required */ 34*f126890aSEmmanuel Vadot MX6QDL_PAD_KEY_ROW3__I2C2_SDA 0x4001f878 35*f126890aSEmmanuel Vadot >; 36*f126890aSEmmanuel Vadot }; 37*f126890aSEmmanuel Vadot}; 38