mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
a9cb05080a
Those properties are U-Boot specific as the mxs gpio Linux driver (up to version v5.1.11) is not supporting them. Signed-off-by: Lukasz Majewski <lukma@denx.de>
28 lines
436 B
Text
28 lines
436 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2019
|
|
* Lukasz Majewski, DENX Software Engineering, lukma@denx.de
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+ or X11
|
|
*/
|
|
#include "imx28.dtsi"
|
|
|
|
&gpio0 {
|
|
gpio-ranges = <&pinctrl 0 0 29>;
|
|
};
|
|
|
|
&gpio1 {
|
|
gpio-ranges = <&pinctrl 0 29 32>;
|
|
};
|
|
|
|
&gpio2 {
|
|
gpio-ranges = <&pinctrl 0 61 28>;
|
|
};
|
|
|
|
&gpio3 {
|
|
gpio-ranges = <&pinctrl 0 89 31>;
|
|
};
|
|
|
|
&gpio4 {
|
|
gpio-ranges = <&pinctrl 0 120 21>;
|
|
};
|