X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fdts%2Funiphier-ph1-ld11-ref.dts;h=4eb7664a9e4d93dea477214aa1566810b9373734;hb=9e613de0e1a88a61a4e3ea82d0759e1044d77073;hp=a624a49314cb115cf87a3391027bdcac194487cf;hpb=0badc648dcb0d0e10db959ffe8ab1b1e156b3724;p=oweals%2Fu-boot.git diff --git a/arch/arm/dts/uniphier-ph1-ld11-ref.dts b/arch/arm/dts/uniphier-ph1-ld11-ref.dts index a624a49314..4eb7664a9e 100644 --- a/arch/arm/dts/uniphier-ph1-ld11-ref.dts +++ b/arch/arm/dts/uniphier-ph1-ld11-ref.dts @@ -1,7 +1,8 @@ /* * Device Tree Source for UniPhier PH1-LD11 Reference Board * - * Copyright (C) 2016 Masahiro Yamada + * Copyright (C) 2016 Socionext Inc. + * Author: Masahiro Yamada * * SPDX-License-Identifier: GPL-2.0+ X11 */ @@ -14,15 +15,6 @@ model = "UniPhier PH1-LD11 Reference Board"; compatible = "socionext,ph1-ld11-ref", "socionext,ph1-ld11"; - memory { - device_type = "memory"; - reg = <0 0x80000000 0 0x40000000>; - }; - - chosen { - stdout-path = "serial0:115200n8"; - }; - aliases { serial0 = &serial0; serial1 = &serial1; @@ -35,6 +27,15 @@ i2c4 = &i2c4; i2c5 = &i2c5; }; + + memory { + device_type = "memory"; + reg = <0 0x80000000 0 0x40000000>; + }; + + chosen { + stdout-path = "serial0:115200n8"; + }; }; ðsc { @@ -49,18 +50,20 @@ status = "okay"; }; -/* for U-Boot only */ -/ { - soc { - u-boot,dm-pre-reloc; - }; +&usb0 { + status = "okay"; }; -&serial0 { - u-boot,dm-pre-reloc; +&usb1 { + status = "okay"; }; -&pinctrl { +&usb2 { + status = "okay"; +}; + +/* for U-Boot only */ +&serial0 { u-boot,dm-pre-reloc; };