vexpress_gem5_v2.dtsi revision 13510
113510Sjairo.balart@metempsy.com/*
213510Sjairo.balart@metempsy.com * Copyright (c) 2015-2018 ARM Limited
313510Sjairo.balart@metempsy.com * All rights reserved
413510Sjairo.balart@metempsy.com *
513510Sjairo.balart@metempsy.com * Redistribution and use in source and binary forms, with or without
613510Sjairo.balart@metempsy.com * modification, are permitted provided that the following conditions are
713510Sjairo.balart@metempsy.com * met: redistributions of source code must retain the above copyright
813510Sjairo.balart@metempsy.com * notice, this list of conditions and the following disclaimer;
913510Sjairo.balart@metempsy.com * redistributions in binary form must reproduce the above copyright
1013510Sjairo.balart@metempsy.com * notice, this list of conditions and the following disclaimer in the
1113510Sjairo.balart@metempsy.com * documentation and/or other materials provided with the distribution;
1213510Sjairo.balart@metempsy.com * neither the name of the copyright holders nor the names of its
1313510Sjairo.balart@metempsy.com * contributors may be used to endorse or promote products derived from
1413510Sjairo.balart@metempsy.com * this software without specific prior written permission.
1513510Sjairo.balart@metempsy.com *
1613510Sjairo.balart@metempsy.com * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1713510Sjairo.balart@metempsy.com * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1813510Sjairo.balart@metempsy.com * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1913510Sjairo.balart@metempsy.com * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2013510Sjairo.balart@metempsy.com * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2113510Sjairo.balart@metempsy.com * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2213510Sjairo.balart@metempsy.com * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2313510Sjairo.balart@metempsy.com * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2413510Sjairo.balart@metempsy.com * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2513510Sjairo.balart@metempsy.com * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2613510Sjairo.balart@metempsy.com * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2713510Sjairo.balart@metempsy.com *
2813510Sjairo.balart@metempsy.com * Authors: Andreas Sandberg
2913510Sjairo.balart@metempsy.com */
3013510Sjairo.balart@metempsy.com
3113510Sjairo.balart@metempsy.com#include "vexpress_gem5_v2_base.dtsi"
3213510Sjairo.balart@metempsy.com
3313510Sjairo.balart@metempsy.com/ {
3413510Sjairo.balart@metempsy.com	/* The display processor needs custom configuration to setup its
3513510Sjairo.balart@metempsy.com	 * output ports. Disable it by default in the platform until the
3613510Sjairo.balart@metempsy.com	 * DT bindings have stabilize.
3713510Sjairo.balart@metempsy.com	 */
3813510Sjairo.balart@metempsy.com	dp0: hdlcd@2b000000 {
3913510Sjairo.balart@metempsy.com		compatible = "arm,hdlcd";
4013510Sjairo.balart@metempsy.com		reg = <0x0 0x2b000000 0x0 0x1000>;
4113510Sjairo.balart@metempsy.com		interrupts = <0 63 4>;
4213510Sjairo.balart@metempsy.com		clocks = <&osc_pxl>;
4313510Sjairo.balart@metempsy.com		clock-names = "pxlclk";
4413510Sjairo.balart@metempsy.com		status = "disabled";
4513510Sjairo.balart@metempsy.com	};
4613510Sjairo.balart@metempsy.com};
47