xref: /freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-ddr.dtsi (revision 7ef62cebc2f965b0f640263e179276928885e33d)
12eb4d8dcSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+
22eb4d8dcSEmmanuel Vadot/*
32eb4d8dcSEmmanuel Vadot * Copyright 2019-2020 NXP
42eb4d8dcSEmmanuel Vadot *	Dong Aisheng <aisheng.dong@nxp.com>
52eb4d8dcSEmmanuel Vadot */
62eb4d8dcSEmmanuel Vadot
72eb4d8dcSEmmanuel Vadotddr_subsys: bus@5c000000 {
82eb4d8dcSEmmanuel Vadot	compatible = "simple-bus";
92eb4d8dcSEmmanuel Vadot	#address-cells = <1>;
102eb4d8dcSEmmanuel Vadot	#size-cells = <1>;
112eb4d8dcSEmmanuel Vadot	ranges = <0x5c000000 0x0 0x5c000000 0x1000000>;
122eb4d8dcSEmmanuel Vadot
13*7ef62cebSEmmanuel Vadot	ddr_pmu0: ddr-pmu@5c020000 {
142eb4d8dcSEmmanuel Vadot		compatible = "fsl,imx8-ddr-pmu";
152eb4d8dcSEmmanuel Vadot		reg = <0x5c020000 0x10000>;
162eb4d8dcSEmmanuel Vadot		interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
172eb4d8dcSEmmanuel Vadot	};
182eb4d8dcSEmmanuel Vadot};
19