2017-05-09 19:52:29 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2017 Linaro Limited
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <st/stm32l475.dtsi>
|
2017-11-23 20:39:20 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
2018-04-24 21:32:10 +08:00
|
|
|
pinctrl: pin-controller@48000000 {
|
2017-11-23 20:39:20 +08:00
|
|
|
reg = <0x48000000 0x2400>;
|
|
|
|
|
|
|
|
gpioi: gpio@480002000 {
|
|
|
|
compatible = "st,stm32-gpio";
|
|
|
|
gpio-controller;
|
|
|
|
#gpio-cells = <2>;
|
|
|
|
reg = <0x48002000 0x400>;
|
|
|
|
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000100>;
|
|
|
|
label = "GPIOI";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|