rk3399-pinebook-pro.dts revision 1.8
11.8Smrg/* $NetBSD: rk3399-pinebook-pro.dts,v 1.8 2024/08/13 04:24:07 mrg Exp $ */
21.5Sjmcneill
31.5Sjmcneill/*-
41.7Srjs * Copyright (c) 2023 Robert Swindells <rjs@fdy2.co.uk>
51.5Sjmcneill * All rights reserved.
61.5Sjmcneill *
71.5Sjmcneill * Redistribution and use in source and binary forms, with or without
81.5Sjmcneill * modification, are permitted provided that the following conditions
91.5Sjmcneill * are met:
101.5Sjmcneill * 1. Redistributions of source code must retain the above copyright
111.5Sjmcneill *    notice, this list of conditions and the following disclaimer.
121.5Sjmcneill * 2. Redistributions in binary form must reproduce the above copyright
131.5Sjmcneill *    notice, this list of conditions and the following disclaimer in the
141.5Sjmcneill *    documentation and/or other materials provided with the distribution.
151.5Sjmcneill *
161.5Sjmcneill * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
171.5Sjmcneill * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
181.5Sjmcneill * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
191.5Sjmcneill * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
201.5Sjmcneill * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
211.5Sjmcneill * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
221.5Sjmcneill * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
231.5Sjmcneill * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
241.5Sjmcneill * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
251.5Sjmcneill * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
261.5Sjmcneill * SUCH DAMAGE.
271.1Sjmcneill */
281.1Sjmcneill
291.5Sjmcneill#include "../../../external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts"
301.3Sriastrad#include "rk3399-crypto.dtsi"
311.8Smrg
321.8Smrg/ {
331.8Smrg	backlight: edp-backlight {
341.8Smrg		pwms = <&pwm0 0 125000 0>;
351.8Smrg	};
361.8Smrg};
37