blob: 7cb324fd179e90e4735abb1b04f3a7dbd5c67735 [file] [log] [blame]
/*
* Copyright (c) 2019 Linaro Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
lscon_96b: connector {
compatible = "linaro,96b-lscon-3v3";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map = <13 0 &gpioa 8 0>, /* GPIO-A */
<14 0 &gpiob 3 0>, /* GPIO-B */
/* GPIO-C not connected */
<16 0 &gpiob 5 0>, /* GPIO-D */
<17 0 &gpioa 13 0>, /* GPIO-E */
<18 0 &gpioa 14 0>, /* GPIO-F */
<19 0 &gpioa 12 0>, /* GPIO-G */
<20 0 &gpiob 4 0>; /* GPIO-H */
};
};
lscon_96b_i2c0: &i2c1 {};
lscon_96b_uart0: &usart1 {};