Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
2506870
FROMLIST: arm64: dts: qcom: x1e80100: add Coresight nodes for APSS de…
Oct 28, 2025
ddb1d49
FROMLIST: arm64: dts: qcom: Add backlight support for eDP panel
Oct 16, 2025
79cac97
FROMLIST: arm64: dts: qcom: hamoa: enable ETR and CTCU devices
jiegan0107 Nov 4, 2025
4788704
FROMLIST: arm64: dts: qcom: hamoa-iot-evk: Enable TPM (ST33) on SPI11
khalidfaisal17 Nov 11, 2025
f03e437
FROMLIST: arm64: dts: qcom: Add PCIe3 and PCIe5 support for HAMOA-IOT…
Sep 22, 2025
8099711
FROMLIST: arm64: dts: qcom: Add PCIe3 and PCIe5 regulators for HAMAO-…
Sep 22, 2025
de01896
FROMLIST: arm64: dts: qcom: x1e80100: Add crypto engine
harshaldev27 Nov 27, 2025
9dd69af
FROMLIST: arm64: dts: qcom: hamoa-iot-evk: Add vbus regulator support…
Kriskura176767 Dec 8, 2025
487ab42
FROMLIST: arm64: dts: qcom: hamoa-iot-evk: Add WLAN node for hamoa io…
MilanoPipo Dec 4, 2025
dfe1909
FROMLIST: dt-bindings: crypto: qcom,prng: document x1e80100
harshaldev27 Nov 24, 2025
4c89453
FROMLIST: arm64: dts: qcom: x1e80100: add TRNG node
harshaldev27 Nov 24, 2025
02b8ac0
arm64: dts: qcom: x1e80100: Add CAMCC block definition
0xB0D Nov 18, 2025
8d46ed8
arm64: dts: qcom: x1e80100: Add CCI definitions
0xB0D Nov 18, 2025
ac48d38
arm64: dts: qcom: x1e80100: Add MIPI CSI PHY nodes
0xB0D Nov 18, 2025
2e5e250
arm64: dts: qcom: x1e80100: Add CAMSS block
0xB0D Nov 18, 2025
9a1fcbe
arm64: dts: qcom: hamoa-iot-som: Add pm8010 L4M regulator
tingguoc Nov 10, 2025
5fe45af
arm64: dts: qcom: hamoa-iot-evk-camera: Add DT overlay
wenmliu Nov 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/crypto/qcom,prng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ properties:
- qcom,sm8550-trng
- qcom,sm8650-trng
- qcom,sm8750-trng
- qcom,x1e80100-trng
- const: qcom,trng

reg:
Expand Down
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ dtb-$(CONFIG_ARCH_QCOM) += apq8094-sony-xperia-kitakami-karin_windy.dtb
dtb-$(CONFIG_ARCH_QCOM) += apq8096-db820c.dtb
dtb-$(CONFIG_ARCH_QCOM) += apq8096-ifc6640.dtb
dtb-$(CONFIG_ARCH_QCOM) += hamoa-iot-evk.dtb

hamoa-iot-evk-camera-dtbs := hamoa-iot-evk.dtb hamoa-iot-evk-camera.dtbo

dtb-$(CONFIG_ARCH_QCOM) += hamoa-iot-evk-camera.dtb
dtb-$(CONFIG_ARCH_QCOM) += ipq5018-rdp432-c2.dtb
dtb-$(CONFIG_ARCH_QCOM) += ipq5018-tplink-archer-ax55-v1.dtb
dtb-$(CONFIG_ARCH_QCOM) += ipq5332-rdp441.dtb
Expand Down
104 changes: 104 additions & 0 deletions arch/arm64/boot/dts/qcom/hamoa-iot-evk-camera.dtso
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
*/

/dts-v1/;
/plugin/;

#include <dt-bindings/clock/qcom,x1e80100-camcc.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/phy/phy.h>

&{/} {
vreg_cam1_1p8: regulator-cam1 {
compatible = "regulator-fixed";
regulator-name = "vreg_cam1";
startup-delay-us = <1000>;
enable-active-high;
gpio = <&tlmm 19 GPIO_ACTIVE_HIGH>;
};
};

&camss {
status = "okay";

ports {
#address-cells = <1>;
#size-cells = <0>;

port@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;

csiphy1_ep: endpoint@1 {
#address-cells = <1>;
#size-cells = <0>;

reg = <1>;
clock-lanes = <7>;
data-lanes = <0 1 2 3>;
remote-endpoint = <&imx577_ep1>;
};
};
};
};

&cci0 {
status = "okay";
};

&cci0_i2c1 {
#address-cells = <1>;
#size-cells = <0>;

camera@1a {
compatible = "sony,imx577";
reg = <0x1a>;

reset-gpios = <&tlmm 110 GPIO_ACTIVE_LOW>;
pinctrl-0 = <&cam1_default>;
pinctrl-names = "default";

clocks = <&camcc CAM_CC_MCLK1_CLK>;
assigned-clocks = <&camcc CAM_CC_MCLK1_CLK>;
assigned-clock-rates = <24000000>;

dvdd-supply = <&vreg_cam1_1p8>;
dovdd-supply = <&vreg_l4m_1p8>;

port {
imx577_ep1: endpoint {
link-frequencies = /bits/ 64 <600000000>;
data-lanes = <0 1 2 3>;
remote-endpoint = <&csiphy1_ep>;
};
};
};
};

&csiphy1 {
vdda-0p8-supply = <&vreg_l2c_0p8>;
vdda-1p2-supply = <&vreg_l1c_1p2>;

status = "okay";
};

&tlmm {
cam1_default: cam1-default-state {
mclk-pins {
pins = "gpio97";
function = "cam_mclk";
drive-strength = <2>;
bias-disable;
};

rst-pins {
pins = "gpio110";
function = "gpio";
drive-strength = <2>;
bias-disable;
};
};
};
Loading