xref: /freebsd-src/sys/contrib/device-tree/src/arm/st/stm32mp153c-dhcor-drc-compact.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2022 Marek Vasut <marex@denx.de>
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * DHCOR STM32MP1 variant:
6*f126890aSEmmanuel Vadot * DHCR-STM32MP153C-C065-R051-V33-SPI-I-01LG
7*f126890aSEmmanuel Vadot * DHCOR PCB number: 586-100 or newer
8*f126890aSEmmanuel Vadot * DRC Compact PCB number: 627-100 or newer
9*f126890aSEmmanuel Vadot */
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot/dts-v1/;
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot#include "stm32mp153.dtsi"
14*f126890aSEmmanuel Vadot#include "stm32mp15xc.dtsi"
15*f126890aSEmmanuel Vadot#include "stm32mp15xx-dhcor-som.dtsi"
16*f126890aSEmmanuel Vadot#include "stm32mp15xx-dhcor-drc-compact.dtsi"
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot/ {
19*f126890aSEmmanuel Vadot	model = "DH electronics STM32MP153C DHCOR DRC Compact";
20*f126890aSEmmanuel Vadot	compatible = "dh,stm32mp153c-dhcor-drc-compact",
21*f126890aSEmmanuel Vadot		     "dh,stm32mp153c-dhcor-som",
22*f126890aSEmmanuel Vadot		     "st,stm32mp153";
23*f126890aSEmmanuel Vadot};
24*f126890aSEmmanuel Vadot
25*f126890aSEmmanuel Vadot&m_can1 {
26*f126890aSEmmanuel Vadot	pinctrl-names = "default", "sleep";
27*f126890aSEmmanuel Vadot	pinctrl-0 = <&m_can1_pins_c>;
28*f126890aSEmmanuel Vadot	pinctrl-1 = <&m_can1_sleep_pins_c>;
29*f126890aSEmmanuel Vadot	status = "okay";
30*f126890aSEmmanuel Vadot};
31