Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0+
0002 /*
0003  * Copyright 2019-2020 NXP
0004  *      Dong Aisheng <aisheng.dong@nxp.com>
0005  */
0006 
0007 ddr_subsys: bus@5c000000 {
0008         compatible = "simple-bus";
0009         #address-cells = <1>;
0010         #size-cells = <1>;
0011         ranges = <0x5c000000 0x0 0x5c000000 0x1000000>;
0012 
0013         ddr-pmu@5c020000 {
0014                 compatible = "fsl,imx8-ddr-pmu";
0015                 reg = <0x5c020000 0x10000>;
0016                 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
0017         };
0018 };