mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

The Motorola mapphone tablets are similar to the mapphone phones, but with different display and without some phone related peripherals. Let's add a new motorola-mapphone-mz607-mz617.dtsi and basic files for xyboard mz609 and mz617. All the tablets from mz607 to mz617 are quite similar so let's use motorola-mapphone-mz607-mz617.dtsi naming for the common file. Note that the tc358765 lcd bridge needs driver changes before it can be added. Signed-off-by: Tony Lindgren <tony@atomide.com>
17 lines
284 B
Text
17 lines
284 B
Text
// SPDX-License-Identifier: GPL-2.0-only
|
|
/dts-v1/;
|
|
|
|
#include "motorola-mapphone-mz607-mz617.dtsi"
|
|
|
|
/ {
|
|
model = "Motorola Xyboard MZ617";
|
|
compatible = "motorola,xyboard-mz617", "ti,omap4430", "ti,omap4";
|
|
|
|
chosen {
|
|
stdout-path = &uart3;
|
|
};
|
|
|
|
aliases {
|
|
display1 = &hdmi0;
|
|
};
|
|
};
|