mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-23 19:04:06 +02:00
91 lines
1.3 KiB
Plaintext
91 lines
1.3 KiB
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/dts-v1/;
|
|
|
|
#include "rk3566-bigtreetech-cb2.dtsi"
|
|
|
|
/ {
|
|
model = "BigTreeTech Pi 2";
|
|
compatible = "bigtreetech,pi2", "rockchip,rk3566";
|
|
|
|
onewire: onewire {
|
|
compatible = "w1-gpio";
|
|
gpios = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&gpio_w1>;
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
&pinctrl {
|
|
gpio-w1 {
|
|
gpio_w1:gpio-w1 {
|
|
rockchip,pins = <4 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
|
|
};
|
|
};
|
|
};
|
|
|
|
/* HDMI output */
|
|
/*&vop {
|
|
status = "okay";
|
|
};
|
|
&vop_mmu {
|
|
status = "okay";
|
|
};
|
|
&display_subsystem {
|
|
status = "okay";
|
|
};
|
|
&hdmi_sound {
|
|
status = "okay";
|
|
};
|
|
&i2s0_8ch {
|
|
status = "okay";
|
|
};
|
|
&hdmi {
|
|
status = "okay";
|
|
};
|
|
&hdmi_in_vp0 {
|
|
status = "okay";
|
|
};*/
|
|
|
|
/* DSI1 output */
|
|
&vop {
|
|
status = "okay";
|
|
};
|
|
&vop_mmu {
|
|
status = "okay";
|
|
};
|
|
&display_subsystem {
|
|
status = "okay";
|
|
};
|
|
&dsi1 {
|
|
status = "okay";
|
|
};
|
|
&dsi1_panel {
|
|
status = "okay";
|
|
};
|
|
&dsi1_in_vp1 {
|
|
status = "okay";
|
|
};
|
|
&dsi_dphy1 {
|
|
status = "okay";
|
|
};
|
|
&tp_dsi {
|
|
status = "okay";
|
|
};
|
|
&bl_dsi {
|
|
status = "okay";
|
|
};
|
|
|
|
&sfc {
|
|
status = "okay";
|
|
|
|
flash@0 {
|
|
compatible = "jedec,spi-nor";
|
|
reg = <0>;
|
|
spi-max-frequency = <100000000>;
|
|
spi-rx-bus-width = <4>;
|
|
spi-tx-bus-width = <1>;
|
|
};
|
|
};
|