117 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			117 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
 | |
| /*
 | |
|  * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
 | |
|  * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
 | |
|  */
 | |
| /dts-v1/;
 | |
| 
 | |
| #include "stm32mp157c-ed1.dts"
 | |
| 
 | |
| / {
 | |
| 	model = "STMicroelectronics STM32MP157C eval daughter on eval mother";
 | |
| 	compatible = "st,stm32mp157c-ev1", "st,stm32mp157c-ed1", "st,stm32mp157";
 | |
| 
 | |
| };
 | |
| 
 | |
| &cec {
 | |
| 	pinctrl-names = "default";
 | |
| 	pinctrl-0 = <&cec_pins_a>;
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &i2c2 {
 | |
| 	pinctrl-names = "default";
 | |
| 	pinctrl-0 = <&i2c2_pins_a>;
 | |
| 	i2c-scl-rising-time-ns = <185>;
 | |
| 	i2c-scl-falling-time-ns = <20>;
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &i2c5 {
 | |
| 	pinctrl-names = "default";
 | |
| 	pinctrl-0 = <&i2c5_pins_a>;
 | |
| 	i2c-scl-rising-time-ns = <185>;
 | |
| 	i2c-scl-falling-time-ns = <20>;
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &qspi {
 | |
| 	pinctrl-names = "default";
 | |
| 	pinctrl-0 = <&qspi_clk_pins_a &qspi_bk1_pins_a &qspi_bk2_pins_a>;
 | |
| 	reg = <0x58003000 0x1000>, <0x70000000 0x4000000>;
 | |
| 	#address-cells = <1>;
 | |
| 	#size-cells = <0>;
 | |
| 	status = "okay";
 | |
| 
 | |
| 	flash0: mx66l51235l@0 {
 | |
| 		reg = <0>;
 | |
| 		spi-rx-bus-width = <4>;
 | |
| 		spi-max-frequency = <108000000>;
 | |
| 		#address-cells = <1>;
 | |
| 		#size-cells = <1>;
 | |
| 	};
 | |
| 
 | |
| 	flash1: mx66l51235l@1 {
 | |
| 		reg = <1>;
 | |
| 		spi-rx-bus-width = <4>;
 | |
| 		spi-max-frequency = <108000000>;
 | |
| 		#address-cells = <1>;
 | |
| 		#size-cells = <1>;
 | |
| 	};
 | |
| };
 | |
| 
 | |
| &timers2 {
 | |
| 	status = "disabled";
 | |
| 	pwm {
 | |
| 		pinctrl-0 = <&pwm2_pins_a>;
 | |
| 		pinctrl-names = "default";
 | |
| 		status = "okay";
 | |
| 	};
 | |
| 	timer@1 {
 | |
| 		status = "okay";
 | |
| 	};
 | |
| };
 | |
| 
 | |
| &timers8 {
 | |
| 	status = "disabled";
 | |
| 	pwm {
 | |
| 		pinctrl-0 = <&pwm8_pins_a>;
 | |
| 		pinctrl-names = "default";
 | |
| 		status = "okay";
 | |
| 	};
 | |
| 	timer@7 {
 | |
| 		status = "okay";
 | |
| 	};
 | |
| };
 | |
| 
 | |
| &timers12 {
 | |
| 	status = "disabled";
 | |
| 	pwm {
 | |
| 		pinctrl-0 = <&pwm12_pins_a>;
 | |
| 		pinctrl-names = "default";
 | |
| 		status = "okay";
 | |
| 	};
 | |
| 	timer@11 {
 | |
| 		status = "okay";
 | |
| 	};
 | |
| };
 | |
| 
 | |
| &usbh_ehci {
 | |
| 	phys = <&usbphyc_port0>;
 | |
| 	phy-names = "usb";
 | |
| 	vbus-supply = <&vbus_sw>;
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &usbotg_hs {
 | |
| 	pinctrl-names = "default";
 | |
| 	pinctrl-0 = <&usbotg_hs_pins_a>;
 | |
| 	phys = <&usbphyc_port1 0>;
 | |
| 	phy-names = "usb2-phy";
 | |
| 	status = "okay";
 | |
| };
 | |
| 
 | |
| &usbphyc {
 | |
| 	status = "okay";
 | |
| };
 | 
