]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/keystone-k2g-ice.dts
Merge tag 'renesas-fixes4-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / arm / boot / dts / keystone-k2g-ice.dts
1 /*
2  * Device Tree Source for K2G Industrial Communication Engine EVM
3  *
4  * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
5  *
6  * SPDX-License-Identifier: GPL-2.0
7  */
8 /dts-v1/;
9
10 #include "keystone-k2g.dtsi"
11
12 / {
13         compatible = "ti,k2g-ice", "ti,k2g", "ti,keystone";
14         model = "Texas Instruments K2G Industrial Communication EVM";
15
16         memory@800000000 {
17                 device_type = "memory";
18                 reg = <0x00000008 0x00000000 0x00000000 0x20000000>;
19         };
20 };
21
22 &k2g_pinctrl {
23         uart0_pins: pinmux_uart0_pins {
24                 pinctrl-single,pins = <
25                         K2G_CORE_IOPAD(0x11cc) (BUFFER_CLASS_B | PULL_DISABLE | MUX_MODE0)      /* uart0_rxd.uart0_rxd */
26                         K2G_CORE_IOPAD(0x11d0) (BUFFER_CLASS_B | PIN_PULLDOWN | MUX_MODE0)      /* uart0_txd.uart0_txd */
27                 >;
28         };
29 };
30
31 &uart0 {
32         pinctrl-names = "default";
33         pinctrl-0 = <&uart0_pins>;
34         status = "okay";
35 };