blob: 26c011dacd421d6f68e9196477c6742f8aeeb479 [file] [log] [blame]
Sjoerd Simonsf93564c2019-02-25 15:33:00 +00001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2018 EETS GmbH - https://www.eets.ch/
4 * Copyright (C) 2018 Robert Bosch Power Tools GmbH
5 */
6
Dario Binacchi2180d802020-12-30 00:06:37 +01007#include "am33xx-u-boot.dtsi"
8
Sjoerd Simonsf93564c2019-02-25 15:33:00 +00009/ {
10 ocp {
Simon Glassd3a98cb2023-02-13 08:56:33 -070011 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000012 };
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000013};
14
15&l4_wkup {
Simon Glassd3a98cb2023-02-13 08:56:33 -070016 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000017};
18
Dario Binacchi67e92c12020-12-30 00:16:27 +010019&l4_per {
20
21 segment@300000 {
22
23 target-module@e000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070024 bootph-all;
Dario Binacchi67e92c12020-12-30 00:16:27 +010025
26 lcdc: lcdc@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070027 bootph-all;
Dario Binacchi67e92c12020-12-30 00:16:27 +010028 };
29 };
30 };
31};
32
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000033&mmc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070034 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000035};
36
37&mmc1_pins {
Simon Glassd3a98cb2023-02-13 08:56:33 -070038 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000039};
40
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000041&scm {
Simon Glassd3a98cb2023-02-13 08:56:33 -070042 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000043};
44
Gireesh Hiremath6b755fa2021-06-11 16:13:47 +000045&spi0 {
46 lcd0: display@0 {
47 compatible = "himax,hx8238d";
48 pinctrl-names = "default";
49 pinctrl-0 = <&lcd0_pins>;
50 reg = <0>;
51 label = "lcd";
52 spi-max-frequency = <100000>;
53 };
54};
55
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000056&uart0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070057 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000058};
59
60&uart0_pins {
Simon Glassd3a98cb2023-02-13 08:56:33 -070061 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000062};
63
64&usb {
Simon Glassd3a98cb2023-02-13 08:56:33 -070065 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000066};
67
68&usb_ctrl_mod {
Simon Glassd3a98cb2023-02-13 08:56:33 -070069 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000070};
71
72&usb0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070073 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000074};
75
76&usb0_phy {
Simon Glassd3a98cb2023-02-13 08:56:33 -070077 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000078};
79
80&am33xx_pinmux {
Simon Glassd3a98cb2023-02-13 08:56:33 -070081 bootph-all;
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000082
83 lcd0_pins: pinmux_lcd0_pins {
84 pinctrl-single,pins = <
Gireesh Hiremath88c11b22022-05-04 11:02:56 +000085 AM33XX_PADCONF(AM335X_PIN_MII1_COL, PIN_OUTPUT_PULLUP, MUX_MODE7)
Sjoerd Simonsf93564c2019-02-25 15:33:00 +000086 >;
87 };
88};