mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:16:53 +07:00
7021d12205
Adding the bindings of the clock source of PMC in DT. Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
35 lines
524 B
Plaintext
35 lines
524 B
Plaintext
/dts-v1/;
|
|
|
|
/include/ "tegra114.dtsi"
|
|
|
|
/ {
|
|
model = "NVIDIA Tegra114 Dalmore evaluation board";
|
|
compatible = "nvidia,dalmore", "nvidia,tegra114";
|
|
|
|
memory {
|
|
reg = <0x80000000 0x40000000>;
|
|
};
|
|
|
|
serial@70006300 {
|
|
status = "okay";
|
|
clock-frequency = <408000000>;
|
|
};
|
|
|
|
pmc {
|
|
nvidia,invert-interrupt;
|
|
};
|
|
|
|
clocks {
|
|
compatible = "simple-bus";
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
clk32k_in: clock {
|
|
compatible = "fixed-clock";
|
|
reg=<0>;
|
|
#clock-cells = <0>;
|
|
clock-frequency = <32768>;
|
|
};
|
|
};
|
|
};
|