Mageia Bugzilla – Attachment 10613 Details for
Bug 24085
add odroid xu4 support on u-boot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
odroid xu4 device tree file
exynos5422-odroidxu4.dts (text/plain), 1.07 KB, created by
Daniel Tartavel
on 2018-12-27 22:39:52 CET
(
hide
)
Description:
odroid xu4 device tree file
Filename:
MIME Type:
Creator:
Daniel Tartavel
Created:
2018-12-27 22:39:52 CET
Size:
1.07 KB
patch
obsolete
>/* > * Odroid XU4 device tree source > * > * Copyright (c) 2014 Samsung Electronics Co., Ltd. > * http://www.samsung.com > * > * SPDX-License-Identifier: GPL-2.0+ > */ > >/dts-v1/; >#include "exynos54xx.dtsi" > >/ { > model = "Odroid XU4 based on EXYNOS5422"; > compatible = "samsung,odroidxu3", "samsung,exynos5"; > > aliases { > serial0 = "/serial@12C00000"; > console = "/serial@12C20000"; > }; > > memory { > device_type = "memory"; > reg = <0x40000000 0x10000000 > 0x50000000 0x10000000 > 0x60000000 0x10000000 > 0x70000000 0x10000000 > 0x80000000 0x10000000 > 0x90000000 0x10000000 > 0xa0000000 0x10000000 > 0xb0000000 0xea00000>; > }; > > adc@12D10000 { > u-boot,dm-pre-reloc; > status = "okay"; > }; > > i2c@12CA0000 { > s2mps11_pmic@66 { > compatible = "samsung,s2mps11-pmic"; > reg = <0x66>; > }; > }; > > ehci@12110000 { > samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>; > }; > > serial@12C20000 { > status="okay"; > }; > > mmc@12200000 { > fifoth_val = <0x201f0020>; > }; > > mmc@12220000 { > fifoth_val = <0x201f0020>; > }; > > emmc-reset { > compatible = "samsung,emmc-reset"; > reset-gpio = <&gpd1 0 0>; > }; >};
/* * Odroid XU4 device tree source * * Copyright (c) 2014 Samsung Electronics Co., Ltd. * http://www.samsung.com * * SPDX-License-Identifier: GPL-2.0+ */ /dts-v1/; #include "exynos54xx.dtsi" / { model = "Odroid XU4 based on EXYNOS5422"; compatible = "samsung,odroidxu3", "samsung,exynos5"; aliases { serial0 = "/serial@12C00000"; console = "/serial@12C20000"; }; memory { device_type = "memory"; reg = <0x40000000 0x10000000 0x50000000 0x10000000 0x60000000 0x10000000 0x70000000 0x10000000 0x80000000 0x10000000 0x90000000 0x10000000 0xa0000000 0x10000000 0xb0000000 0xea00000>; }; adc@12D10000 { u-boot,dm-pre-reloc; status = "okay"; }; i2c@12CA0000 { s2mps11_pmic@66 { compatible = "samsung,s2mps11-pmic"; reg = <0x66>; }; }; ehci@12110000 { samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>; }; serial@12C20000 { status="okay"; }; mmc@12200000 { fifoth_val = <0x201f0020>; }; mmc@12220000 { fifoth_val = <0x201f0020>; }; emmc-reset { compatible = "samsung,emmc-reset"; reset-gpio = <&gpd1 0 0>; }; };
View Attachment As Raw
Actions:
View
Attachments on
bug 24085
:
10611
|
10612
| 10613