arm: add PW-SH7

This commit is contained in:
Takumi Sueda 2021-03-22 04:11:03 +09:00
parent 4280c45f34
commit d9f29c0bdc
2 changed files with 30 additions and 1 deletions

View File

@ -747,7 +747,8 @@ dtb-$(CONFIG_ARCH_MXS) += \
imx28-pwsh3.dtb \
imx28-pwsh4.dtb \
imx28-pwsh5.dtb \
imx28-pwsh6.dtb
imx28-pwsh6.dtb \
imx28-pwsh7.dtb
dtb-$(CONFIG_ARCH_NOMADIK) += \
ste-nomadik-s8815.dtb \
ste-nomadik-nhk15.dtb

View File

@ -0,0 +1,28 @@
// SPDX-License-Identifier: GPL-2.0+
//
// Copyright 2012 Freescale Semiconductor, Inc.
/dts-v1/;
#include "imx28-brain.dtsi"
/ {
model = "SHARP Brain PW-SH7";
compatible = "sharp,pw-sh7", "sharp,brain", "fsl,imx28";
};
&brainlcd {
status = "okay";
sharp,lcd-width = <854>;
sharp,lcd-height = <480>;
sharp,lcd-width-mm = <121>;
sharp,lcd-height-mm = <68>;
sharp,mac-flip-y-gs;
sharp,mac-transpose;
sharp,en-gpios =
<&gpio0 26 GPIO_ACTIVE_HIGH>,
<&gpio0 27 GPIO_ACTIVE_HIGH>,
<&gpio4 16 GPIO_ACTIVE_HIGH>;
};