avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
35
u-boot/arch/arm/dts/s5pc1xx-goni.dts
Normal file
35
u-boot/arch/arm/dts/s5pc1xx-goni.dts
Normal file
@@ -0,0 +1,35 @@
|
||||
/*
|
||||
* Samsung's S5PC110-based Goni board device tree source
|
||||
*
|
||||
* Copyright (c) 2014 Google, Inc
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "skeleton.dtsi"
|
||||
#include "s5pc110-pinctrl.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Samsung Goni based on S5PC110";
|
||||
compatible = "samsung,goni", "samsung,s5pc110";
|
||||
|
||||
aliases {
|
||||
serial2 = "/serial@e2900800";
|
||||
console = "/serial@e2900800";
|
||||
pinctrl0 = &pinctrl0;
|
||||
};
|
||||
|
||||
pinctrl0: pinctrl@e0200000 {
|
||||
compatible = "samsung,s5pc110-pinctrl";
|
||||
reg = <0xe0200000 0x1000>;
|
||||
};
|
||||
|
||||
serial@e2900800 {
|
||||
compatible = "samsung,exynos4210-uart";
|
||||
reg = <0xe2900800 0x400>;
|
||||
id = <2>;
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user