cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

pm8004.dtsi (518B)


      1// SPDX-License-Identifier: GPL-2.0
      2#include <dt-bindings/interrupt-controller/irq.h>
      3#include <dt-bindings/spmi/spmi.h>
      4
      5&spmi_bus {
      6
      7	pm8004_lsid4: pmic@4 {
      8		compatible = "qcom,pm8004", "qcom,spmi-pmic";
      9		reg = <0x4 SPMI_USID>;
     10		#address-cells = <1>;
     11		#size-cells = <0>;
     12	};
     13
     14	pm8004_lsid5: pmic@5 {
     15		compatible = "qcom,pm8004", "qcom,spmi-pmic";
     16		reg = <0x5 SPMI_USID>;
     17		#address-cells = <1>;
     18		#size-cells = <0>;
     19
     20		pm8004_spmi_regulators: regulators {
     21			compatible = "qcom,pm8004-regulators";
     22		};
     23	};
     24};