1*2eb4d8dcSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ 2*2eb4d8dcSEmmanuel Vadot/* 3*2eb4d8dcSEmmanuel Vadot * Copyright 2019-2020 NXP 4*2eb4d8dcSEmmanuel Vadot * Dong Aisheng <aisheng.dong@nxp.com> 5*2eb4d8dcSEmmanuel Vadot */ 6*2eb4d8dcSEmmanuel Vadot 7*2eb4d8dcSEmmanuel Vadotddr_subsys: bus@5c000000 { 8*2eb4d8dcSEmmanuel Vadot compatible = "simple-bus"; 9*2eb4d8dcSEmmanuel Vadot #address-cells = <1>; 10*2eb4d8dcSEmmanuel Vadot #size-cells = <1>; 11*2eb4d8dcSEmmanuel Vadot ranges = <0x5c000000 0x0 0x5c000000 0x1000000>; 12*2eb4d8dcSEmmanuel Vadot 13*2eb4d8dcSEmmanuel Vadot ddr-pmu@5c020000 { 14*2eb4d8dcSEmmanuel Vadot compatible = "fsl,imx8-ddr-pmu"; 15*2eb4d8dcSEmmanuel Vadot reg = <0x5c020000 0x10000>; 16*2eb4d8dcSEmmanuel Vadot interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>; 17*2eb4d8dcSEmmanuel Vadot }; 18*2eb4d8dcSEmmanuel Vadot}; 19