111348Sandreas.sandberg@arm.com/*
212761Sandreas.sandberg@arm.com * Copyright (c) 2015-2018 ARM Limited
311348Sandreas.sandberg@arm.com * All rights reserved
411348Sandreas.sandberg@arm.com *
511348Sandreas.sandberg@arm.com * Redistribution and use in source and binary forms, with or without
611348Sandreas.sandberg@arm.com * modification, are permitted provided that the following conditions are
711348Sandreas.sandberg@arm.com * met: redistributions of source code must retain the above copyright
811348Sandreas.sandberg@arm.com * notice, this list of conditions and the following disclaimer;
911348Sandreas.sandberg@arm.com * redistributions in binary form must reproduce the above copyright
1011348Sandreas.sandberg@arm.com * notice, this list of conditions and the following disclaimer in the
1111348Sandreas.sandberg@arm.com * documentation and/or other materials provided with the distribution;
1211348Sandreas.sandberg@arm.com * neither the name of the copyright holders nor the names of its
1311348Sandreas.sandberg@arm.com * contributors may be used to endorse or promote products derived from
1411348Sandreas.sandberg@arm.com * this software without specific prior written permission.
1511348Sandreas.sandberg@arm.com *
1611348Sandreas.sandberg@arm.com * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1711348Sandreas.sandberg@arm.com * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1811348Sandreas.sandberg@arm.com * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1911348Sandreas.sandberg@arm.com * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2011348Sandreas.sandberg@arm.com * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2111348Sandreas.sandberg@arm.com * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2211348Sandreas.sandberg@arm.com * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2311348Sandreas.sandberg@arm.com * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2411348Sandreas.sandberg@arm.com * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2511348Sandreas.sandberg@arm.com * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2611348Sandreas.sandberg@arm.com * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2711348Sandreas.sandberg@arm.com *
2811348Sandreas.sandberg@arm.com * Authors: Andreas Sandberg
2911348Sandreas.sandberg@arm.com */
3011348Sandreas.sandberg@arm.com
3112761Sandreas.sandberg@arm.com#include "vexpress_gem5_v1_base.dtsi"
3212761Sandreas.sandberg@arm.com
3311348Sandreas.sandberg@arm.com/ {
3412761Sandreas.sandberg@arm.com	/* The display processor needs custom configuration to setup its
3512761Sandreas.sandberg@arm.com         * output ports. Disable it by default in the platform until the
3612761Sandreas.sandberg@arm.com         * DT bindings have stabilize.
3711348Sandreas.sandberg@arm.com	 */
3812761Sandreas.sandberg@arm.com	dp0: hdlcd@2b000000 {
3911348Sandreas.sandberg@arm.com		compatible = "arm,hdlcd";
4011348Sandreas.sandberg@arm.com		reg = <0x0 0x2b000000 0x0 0x1000>;
4111348Sandreas.sandberg@arm.com		interrupts = <0 63 4>;
4211348Sandreas.sandberg@arm.com		clocks = <&osc_pxl>;
4311348Sandreas.sandberg@arm.com		clock-names = "pxlclk";
4411348Sandreas.sandberg@arm.com
4511348Sandreas.sandberg@arm.com		status = "disabled";
4611348Sandreas.sandberg@arm.com	};
4711348Sandreas.sandberg@arm.com};
48