Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/arch/arm/boot/dts/st/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  stm32mp151c-mecio1r0.dts   Sprache: unbekannt

 
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/*
 * Copyright (C) Protonic Holland
 * Author: David Jander <david@protonic.nl>
 */
/dts-v1/;

#include "stm32mp151.dtsi"
#include "stm32mp15xc.dtsi"
#include "stm32mp15-pinctrl.dtsi"
#include "stm32mp15xxaa-pinctrl.dtsi"
#include "stm32mp15x-mecio1-io.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>

/ {
 model = "Protonic MECIO1r0";
 compatible = "prt,mecio1r0", "st,stm32mp151";

 led {
  compatible = "gpio-leds";

  led-0 {
   color = <LED_COLOR_ID_RED>;
   function = LED_FUNCTION_DEBUG;
   gpios = <&gpioa 13 GPIO_ACTIVE_HIGH>;
  };

  led-1 {
   color = <LED_COLOR_ID_GREEN>;
   function = LED_FUNCTION_DEBUG;
   gpios = <&gpioa 14 GPIO_ACTIVE_HIGH>;
   linux,default-trigger = "heartbeat";
  };
 };
};

&clk_hse {
 clock-frequency = <25000000>;
};

ðernet0 {
 assigned-clocks = <&rcc ETHCK_K>, <&rcc PLL3_Q>;
 assigned-clock-parents = <&rcc PLL3_Q>;
 assigned-clock-rates = <125000000>; /* Clock PLL3 to 625Mhz in tf-a. */
 st,eth-clk-sel;
};

[ Dauer der Verarbeitung: 0.5 Sekunden  (vorverarbeitet)  ]