Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / arm / boot / dts / uniphier-ld6b.dtsi
CommitLineData
a5e921b4 1/*
77896e4d 2 * Device Tree Source for UniPhier LD6b SoC
a5e921b4 3 *
77896e4d
MY
4 * Copyright (C) 2015-2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
a5e921b4 6 *
fa53757b 7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
a5e921b4
MY
8 */
9
10/*
77896e4d
MY
11 * LD6b consists of two silicon dies: D-chip and A-chip.
12 * The D-chip (digital chip) is the same as the PXs2 die.
13 * Reuse the PXs2 device tree with some properties overridden.
a5e921b4 14 */
ed8bc76b 15#include "uniphier-pxs2.dtsi"
a5e921b4
MY
16
17/ {
77896e4d 18 compatible = "socionext,uniphier-ld6b";
a5e921b4
MY
19};
20
4e333015 21/* UART3 unavailable: the pads are not wired to the package balls */
a5e921b4
MY
22&serial3 {
23 status = "disabled";
24};
25
26/*
77896e4d 27 * LD6b and PXs2 have completely different packages,
a5e921b4
MY
28 * which makes the pinctrl driver unshareable.
29 */
30&pinctrl {
ebe161d3 31 compatible = "socionext,uniphier-ld6b-pinctrl";
a5e921b4 32};