summaryrefslogtreecommitdiff
path: root/arch/arm/dts/k3-am625-sk.dts
AgeCommit message (Collapse)Author
2024-03-21arm: dts: k3-am6*: Remove DLL properties for soft PHYsJudith Mendez
Remove DLL properties which are not applicable for soft PHYs since these PHYs do not have a DLL to enable. Signed-off-by: Judith Mendez <jm@ti.com>
2023-06-14arm: dts: k3-am625-sk: Enable OSPI PHY supportDhruva Gole
Enable support for OSPI PHY calibration on AM62x Tested-by: Dhruva Gole <d-gole@ti.com> Co-developed-by: Apurva Nandan <a-nandan@ti.com> Signed-off-by: Apurva Nandan <a-nandan@ti.com> Signed-off-by: Dhruva Gole <d-gole@ti.com>
2023-06-12arch: arm: dts: k3-am625-sk: add bootph-pre-ram flagsNikhil M Jain
To enable dss at spl add bootph-pre-ram flag at necessary device tree nodes. Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
2023-06-12arm: dts: k3-am625-sk: Add pin control for TIDSS and add panel device tree nodeNikhil M Jain
Device tree node for panel(Microtips-Model No: 13-101HIEBCAF0-S) is created, which includes timing parameters of the panel, data-mapping and ports which are read by the code to set bus formats, clock required by the panel. Generic simple_panel driver is being used. Link dss and panel by setting the port name in remote-endpoint. main_dss0_pins_default - setting for pinmux. Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
2023-05-30arm: dts: k3-am62: Reserve memory for remote procsHari Nagalla
Reserve memory for remote rpocs. Two memory regions are reserved for each remote processor. The first region of 1Mb of memory is used for Vring shared buffers and the second region is used as external memory to the remote processor, resource table and as tracebuffer. Signed-off-by: Hari Nagalla <hnagalla@ti.com>
2023-04-14arm: dts: k3-am62: Bump dtsi from linuxSjoerd Simons
Update the am62 and am625 device-trees from linux v6.3-rc5 This needed the following tweaks to the u-boot specific dtsi as well: - Switch tick-timer to the main_timer as it's now defined in the main dtsi - Add mdio pins to the cpsw3g pinctrl. It moved to a subnode in the linux dtsi that u-boot doesn't use/support Signed-off-by: Sjoerd Simons <sjoerd@collabora.com> Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
2022-12-09arm: dts: k3-am62x: sync dt with linux kernelDhruva Gole
Sync the DT Files with linux kernel (tag v6.0.3) Signed-off-by: Dhruva Gole <d-gole@ti.com>
2022-06-10arm: dts: Add support for AM62-SKNishanth Menon
AM62 StarterKit (SK) board is a low cost, small form factor board designed for TI’s AM625 SoC. It supports the following interfaces: * 2 GB DDR4 RAM * x2 Gigabit Ethernet interfaces capable of working in Switch and MAC mode * x1 HDMI Port with audio + x1 OLDI/LVDS Display interface for Dual Display * x1 Headphone Jack * x1 USB2.0 Hub with two Type A host and x1 USB Type-C DRP Port * x1 UHS-1 capable µSD card slot * 2.4/5 GHz WLAN + Bluetooth 4.2 through WL1837 * 512 Mbit OSPI flash * x4 UART through UART-USB bridge * XDS110 for onboard JTAG debug using USB * Temperature sensors, user push buttons and LEDs * 40-pin User Expansion Connector * 24-pin header for peripherals in MCU island (I2C, UART, SPI, IO) * 20-pin header for Programmable Realtime Unit (PRU) IO pins * 15-pin CSI header Add basic support for AM62-SK. To keep the changes to minimum. Only UART And SD are supported at the moment. This should serve as good example for adding new board support based on AM62x SoC Schematics: https://www.ti.com/lit/zip/sprr448 Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>