Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Google Gru-Scarlet Rev5+ (SKU-0) board device tree source
0004  *
0005  * Copyright 2021 Google LLC.
0006  */
0007 
0008 /dts-v1/;
0009 
0010 #include "rk3399-gru-scarlet.dtsi"
0011 
0012 / {
0013         model = "Google Scarlet";
0014         compatible = "google,scarlet-rev15-sku0", "google,scarlet-rev15",
0015                      "google,scarlet-rev14-sku0", "google,scarlet-rev14",
0016                      "google,scarlet-rev13-sku0", "google,scarlet-rev13",
0017                      "google,scarlet-rev12-sku0", "google,scarlet-rev12",
0018                      "google,scarlet-rev11-sku0", "google,scarlet-rev11",
0019                      "google,scarlet-rev10-sku0", "google,scarlet-rev10",
0020                      "google,scarlet-rev9-sku0",  "google,scarlet-rev9",
0021                      "google,scarlet-rev8-sku0",  "google,scarlet-rev8",
0022                      "google,scarlet-rev7-sku0",  "google,scarlet-rev7",
0023                      "google,scarlet-rev6-sku0",  "google,scarlet-rev6",
0024                      "google,scarlet-rev5-sku0",  "google,scarlet-rev5",
0025                      "google,scarlet", "google,gru", "rockchip,rk3399";
0026 };
0027 
0028 &mipi_panel {
0029         compatible = "innolux,p097pfg";
0030         avdd-supply = <&ppvarp_lcd>;
0031         avee-supply = <&ppvarn_lcd>;
0032 };
0033 
0034 &pci_rootport {
0035         wifi@0,0 {
0036                 compatible = "qcom,ath10k";
0037                 reg = <0x00010000 0x0 0x00000000 0x0 0x00000000>,
0038                       <0x03010010 0x0 0x00000000 0x0 0x00200000>;
0039                 qcom,ath10k-calibration-variant = "GO_DUMO";
0040         };
0041 };