blob: 51500fadb335dfdc3c6dad3976cee5691d83c4af [file] [log] [blame]
Yann Gautier66386952018-07-05 16:49:51 +02001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
Lionel Debieved482c2d2019-09-24 17:49:12 +02003 * Copyright (C) STMicroelectronics 2017-2019 - All Rights Reserved
Yann Gautier66386952018-07-05 16:49:51 +02004 * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
5 */
Yann Gautier66386952018-07-05 16:49:51 +02006/dts-v1/;
Yann Gautier7b7e4bf2019-01-17 19:16:03 +01007
Yann Gautier66386952018-07-05 16:49:51 +02008#include "stm32mp157c-ed1.dts"
9
10/ {
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010011 model = "STMicroelectronics STM32MP157C eval daughter on eval mother";
Yann Gautier66386952018-07-05 16:49:51 +020012 compatible = "st,stm32mp157c-ev1", "st,stm32mp157c-ed1", "st,stm32mp157";
13
14 chosen {
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010015 stdout-path = "serial0:115200n8";
16 };
17
18 aliases {
19 serial1 = &usart3;
20 };
21};
22
23&fmc {
Lionel Debieved482c2d2019-09-24 17:49:12 +020024 pinctrl-names = "default";
25 pinctrl-0 = <&fmc_pins_a>;
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010026 status = "okay";
27 #address-cells = <1>;
28 #size-cells = <0>;
29
30 nand: nand@0 {
31 reg = <0>;
Yann Gautier66386952018-07-05 16:49:51 +020032 };
33};
34
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010035&qspi {
36 pinctrl-names = "default";
37 pinctrl-0 = <&qspi_clk_pins_a &qspi_bk1_pins_a &qspi_bk2_pins_a>;
38 reg = <0x58003000 0x1000>, <0x70000000 0x4000000>;
39 #address-cells = <1>;
40 #size-cells = <0>;
41 status = "okay";
42
43 flash0: mx66l51235l@0 {
44 compatible = "jedec,spi-nor";
45 reg = <0>;
46 spi-rx-bus-width = <4>;
47 spi-max-frequency = <108000000>;
48 #address-cells = <1>;
49 #size-cells = <1>;
50 };
51
52 flash1: mx66l51235l@1 {
53 compatible = "jedec,spi-nor";
54 reg = <1>;
55 spi-rx-bus-width = <4>;
56 spi-max-frequency = <108000000>;
57 #address-cells = <1>;
58 #size-cells = <1>;
59 };
60};
61
Yann Gautier66386952018-07-05 16:49:51 +020062&usart3 {
63 pinctrl-names = "default";
64 pinctrl-0 = <&usart3_pins_a>;
Yann Gautier66386952018-07-05 16:49:51 +020065 status = "disabled";
66};