Commit d449121e authored by Samuel Holland's avatar Samuel Holland Committed by Heiko Stuebner

arm64: dts: rockchip: Add Pine64 PineNote board

The PineNote is a tablet from Pine64 based on the RK3566 SoC, featuring
4G/128G of storage, a 10.3" electrophoretic display (EPD) with two-color
frontlight, both EMR and capacitive digitizers, dual-band wireless,
quad-channel digital microphones, and stereo speakers.

There are two existing variants of the board. v1.1 was contained in some
early samples, and v1.2 was sold as the "PineNote Developer Edition".
Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
Link: https://lore.kernel.org/r/20220130053803.43660-3-samuel@sholland.orgSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 79c5f0e5
......@@ -56,6 +56,8 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-rockpro64.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-sapphire.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-sapphire-excavator.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399pro-rock-pi-n10.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-pinenote-v1.1.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-pinenote-v1.2.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-quartz64-a.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-evb1-v10.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-bpi-r2-pro.dtb
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/dts-v1/;
#include "rk3566-pinenote.dtsi"
/ {
model = "Pine64 PineNote v1.1";
compatible = "pine64,pinenote-v1.1", "pine64,pinenote", "rockchip,rk3566";
};
&pmu_io_domains {
vccio7-supply = <&vcc_1v8>;
};
&spk_amp {
VCC-supply = <&dcdc_boost>;
};
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/dts-v1/;
#include "rk3566-pinenote.dtsi"
/ {
model = "Pine64 PineNote v1.2";
compatible = "pine64,pinenote-v1.2", "pine64,pinenote", "rockchip,rk3566";
};
&pmu_io_domains {
vccio7-supply = <&vcc_3v3>;
};
&spk_amp {
VCC-supply = <&vcc_bat>;
};
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment