mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
5b5e9ba3f7
For some files I neglected to add a license. Rectify this: arch/arm/dts/exynos4210-pinctrl-uboot.dtsi arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi arch/arm/dts/exynos5250-pinctrl-uboot.dtsi arch/arm/dts/exynos54xx-pinctrl-uboot.dtsi arch/arm/dts/s5pc100-pinctrl.dtsi arch/arm/dts/s5pc110-pinctrl.dtsi This file came from Linux and has no license information there, so add a comment to that effect: arch/sandbox/include/asm/bitops.h This file also came from Linux - presumably someone from TI could add the license: include/dt-bindings/pinctrl/omap.h Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Ingrid Viitanen <ingrid.viitanen@nokia.com>
45 lines
663 B
Text
45 lines
663 B
Text
/*
|
|
* U-Boot additions to enable a generic Exynos GPIO driver
|
|
*
|
|
* Copyright (c) 2014 Google, Inc
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/{
|
|
pinctrl_0: pinctrl@11400000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
gpf0: gpf0 {
|
|
reg = <0x180>;
|
|
};
|
|
gpj0: gpj0 {
|
|
reg = <0x240>;
|
|
};
|
|
};
|
|
|
|
pinctrl_1: pinctrl@11000000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
gpk0: gpk0 {
|
|
reg = <0x40>;
|
|
};
|
|
gpm0: gpm0 {
|
|
reg = <0x260>;
|
|
};
|
|
gpx0: gpx0 {
|
|
reg = <0xc00>;
|
|
};
|
|
};
|
|
|
|
pinctrl_2: pinctrl@03860000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
};
|
|
|
|
pinctrl_3: pinctrl@106E0000 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
};
|
|
|
|
};
|