blob: 8bbcc6154e1cc03b67cfaeb1225a79053b89169e [file] [log] [blame]
Yann Gautiercd736192020-02-25 15:14:52 +01001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
3 * Copyright (C) STMicroelectronics 2022 - All Rights Reserved
4 * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
5 */
6
7#include "stm32mp131.dtsi"
8
9/ {
10 soc {
11 m_can1: can@4400e000 {
12 reg = <0x4400e000 0x400>, <0x44011000 0x1400>;
13 status = "disabled";
14 };
15
16 m_can2: can@4400f000 {
17 reg = <0x4400f000 0x400>, <0x44011000 0x2800>;
18 status = "disabled";
19 };
20 };
21};