xref: /freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-p4note-n8010.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Samsung's Galaxy Note 10.1 - N801x (wifi only version)
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright (c) 2013 Samsung Electronics Co., Ltd.
6*f126890aSEmmanuel Vadot *		http://www.samsung.com
7*f126890aSEmmanuel Vadot */
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot/dts-v1/;
10*f126890aSEmmanuel Vadot#include "exynos4412-p4note.dtsi"
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot/ {
13*f126890aSEmmanuel Vadot	model = "Samsung Galaxy Note 10.1 (GT-N8010/N8013) based on Exynos4412";
14*f126890aSEmmanuel Vadot	compatible = "samsung,n8010", "samsung,p4note", "samsung,exynos4412", "samsung,exynos4";
15*f126890aSEmmanuel Vadot	chassis-type = "tablet";
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot	/* this is the base variant without any kind of modem */
18*f126890aSEmmanuel Vadot};
19