blob: c7e344350c8508d008c1ed134d5675e5704773a3 [file] [log] [blame]
Lokesh Vutlaaebb2a42019-06-13 10:29:55 +05301// SPDX-License-Identifier: GPL-2.0
2/*
Nishanth Menona94a4072023-11-01 15:56:03 -05003 * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/
Lokesh Vutlaaebb2a42019-06-13 10:29:55 +05304 */
5
6/dts-v1/;
7
Neha Malcom Francisd73851b2023-09-27 18:39:55 +05308#include "k3-j721e-common-proc-board.dts"
Praneeth Bajjuri9c789fe2020-12-03 17:43:47 -06009#include "k3-j721e-ddr-evm-lp4-4266.dtsi"
Lokesh Vutlaec2fa9f2019-10-07 19:26:37 +053010#include "k3-j721e-ddr.dtsi"
Neha Malcom Francisd73851b2023-09-27 18:39:55 +053011#include "k3-j721e-common-proc-board-u-boot.dtsi"
Lokesh Vutlaaebb2a42019-06-13 10:29:55 +053012
Neha Malcom Francis69060c72024-05-20 15:29:14 +053013#include "k3-j721e-r5.dtsi"
Lokesh Vutlaaebb2a42019-06-13 10:29:55 +053014
Keerthy0f63cea2019-10-24 15:00:59 +053015&wkup_i2c0 {
Simon Glass8c103c32023-02-13 08:56:33 -070016 bootph-pre-ram;
Keerthy0f63cea2019-10-24 15:00:59 +053017 tps659413a: tps659413a@48 {
18 reg = <0x48>;
19 compatible = "ti,tps659413";
Simon Glass8c103c32023-02-13 08:56:33 -070020 bootph-pre-ram;
Keerthy0f63cea2019-10-24 15:00:59 +053021 pinctrl-names = "default";
22 pinctrl-0 = <&wkup_i2c0_pins_default>;
23 clock-frequency = <400000>;
24
25 regulators: regulators {
Simon Glass8c103c32023-02-13 08:56:33 -070026 bootph-pre-ram;
Keerthy0f63cea2019-10-24 15:00:59 +053027 buck12_reg: buck12 {
Keerthyda6a8d92022-02-10 09:25:58 +053028 /*VDD_CPU*/
Keerthy0f63cea2019-10-24 15:00:59 +053029 regulator-name = "buck12";
Keerthyda6a8d92022-02-10 09:25:58 +053030 regulator-min-microvolt = <600000>;
31 regulator-max-microvolt = <900000>;
Keerthy0f63cea2019-10-24 15:00:59 +053032 regulator-always-on;
33 regulator-boot-on;
Simon Glass8c103c32023-02-13 08:56:33 -070034 bootph-pre-ram;
Keerthy0f63cea2019-10-24 15:00:59 +053035 };
36 };
Neha Malcom Francisd73851b2023-09-27 18:39:55 +053037
38 esm: esm {
39 compatible = "ti,tps659413-esm";
40 bootph-pre-ram;
41 };
Keerthy0f63cea2019-10-24 15:00:59 +053042 };
43};
44
Neha Malcom Francis69b19ca2023-09-27 18:39:56 +053045&mcu_uart0_pins_default {
46 bootph-pre-ram;
47};
48
Keerthy2f714982019-10-24 15:01:00 +053049&wkup_vtm0 {
50 vdd-supply-2 = <&buck12_reg>;
Simon Glass8c103c32023-02-13 08:56:33 -070051 bootph-pre-ram;
Keerthy2f714982019-10-24 15:01:00 +053052};
53
Vignesh Raghavendra224d7fe2020-02-04 11:09:52 +053054&ospi0 {
Neha Malcom Francis69b19ca2023-09-27 18:39:56 +053055 /* Address change for data region (32-bit) */
Vignesh Raghavendra224d7fe2020-02-04 11:09:52 +053056 reg = <0x0 0x47040000 0x0 0x100>,
57 <0x0 0x50000000 0x0 0x8000000>;
Vignesh Raghavendra224d7fe2020-02-04 11:09:52 +053058};
59
Keerthy6d310ba2020-03-04 10:10:01 +053060&ospi1 {
Neha Malcom Francis69b19ca2023-09-27 18:39:56 +053061 /* Address change for data region (32-bit) */
Keerthy6d310ba2020-03-04 10:10:01 +053062 reg = <0x0 0x47050000 0x0 0x100>,
63 <0x0 0x58000000 0x0 0x8000000>;
Sinthu Raja1157f362022-02-09 15:06:54 +053064};