X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Farm%2Fdts%2Funiphier-ld6b-ref.dts;h=08943aa376b1fbf5ec7f46f367393b8700cc85af;hb=7a1a01c6029039e4fa6aa185cdbbf9a357eecba7;hp=bdb7f50ab3a045e105e72baa07ff5c597b48f0a0;hpb=6c9e46efaed5855e4ee60a770eb27b92683b0a67;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/arm/dts/uniphier-ld6b-ref.dts b/arch/arm/dts/uniphier-ld6b-ref.dts index bdb7f50..08943aa 100644 --- a/arch/arm/dts/uniphier-ld6b-ref.dts +++ b/arch/arm/dts/uniphier-ld6b-ref.dts @@ -1,11 +1,9 @@ -/* - * Device Tree Source for UniPhier LD6b Reference Board - * - * Copyright (C) 2015-2016 Socionext Inc. - * Author: Masahiro Yamada - * - * SPDX-License-Identifier: (GPL-2.0+ OR MIT) - */ +// SPDX-License-Identifier: GPL-2.0+ OR MIT +// +// Device Tree Source for UniPhier LD6b Reference Board +// +// Copyright (C) 2015-2016 Socionext Inc. +// Author: Masahiro Yamada /dts-v1/; #include "uniphier-ld6b.dtsi" @@ -24,6 +22,7 @@ serial0 = &serial0; serial1 = &serial1; serial2 = &serial2; + serial3 = &serialsc; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2; @@ -31,6 +30,7 @@ i2c4 = &i2c4; i2c5 = &i2c5; i2c6 = &i2c6; + ethernet0 = ð }; memory@80000000 { @@ -40,7 +40,11 @@ }; ðsc { - interrupts = <0 52 4>; + interrupts = <4 8>; +}; + +&serialsc { + interrupts = <4 8>; }; &serial0 { @@ -55,6 +59,14 @@ status = "okay"; }; +&gpio { + xirq4 { + gpio-hog; + gpios = ; + input; + }; +}; + &i2c0 { status = "okay"; }; @@ -63,19 +75,25 @@ status = "okay"; }; -&usb0 { +ð { status = "okay"; + phy-handle = <ðphy>; }; -&usb1 { +&mdio { + ethphy: ethernet-phy@0 { + reg = <0>; + }; +}; + +&usb0 { status = "okay"; }; -/* for U-Boot only */ -&serial0 { - u-boot,dm-pre-reloc; +&usb1 { + status = "okay"; }; -&pinctrl_uart0 { - u-boot,dm-pre-reloc; +&nand { + status = "okay"; };